Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sdroege/rust-muldiv

Multiply & Divide trait for unsigned integers with overflow protection
https://github.com/sdroege/rust-muldiv

algorithm mathematics rust trait

Last synced: 3 months ago
JSON representation

Multiply & Divide trait for unsigned integers with overflow protection

Awesome Lists containing this project

README

        

# rust-muldiv [![crates.io](https://img.shields.io/crates/v/muldiv.svg)](https://crates.io/crates/muldiv) [![Actions Status](https://github.com/sdroege/rust-muldiv/workflows/rust-muldiv/badge.svg)](https://github.com/sdroege/rust-muldiv/actions) [![docs.rs](https://docs.rs/muldiv/badge.svg)](https://docs.rs/muldiv)

Provides a trait for numeric types to perform combined multiplication and
division with overflow protection.

## LICENSE

rust-muldiv is licensed under the MIT license ([LICENSE](LICENSE) or
http://opensource.org/licenses/MIT).

## Contribution

Any kinds of contributions are welcome as a pull request.

Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in rust-muldiv by you shall be licensed under the MIT license as above,
without any additional terms or conditions.