File: README.md

package info (click to toggle)
rust-muldiv 1.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 104 kB
  • sloc: makefile: 2
file content (17 lines) | stat: -rw-r--r-- 833 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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.