abrasion/third_party/cargo/vendor/num-rational-0.3.2
q3k 4a50bbf00d third_party/cargo: re-raze, fix winapi for windows 2021-05-03 23:43:36 +02:00
..
src third_party: bump everything 2021-01-07 23:38:16 +00:00
.cargo-checksum.json third_party: bump everything 2021-01-07 23:38:16 +00:00
BUILD.bazel third_party/cargo: re-raze, fix winapi for windows 2021-05-03 23:43:36 +02:00
Cargo.toml third_party: bump everything 2021-01-07 23:38:16 +00:00
LICENSE-APACHE third_party: bump everything 2021-01-07 23:38:16 +00:00
LICENSE-MIT third_party: bump everything 2021-01-07 23:38:16 +00:00
README.md third_party: bump everything 2021-01-07 23:38:16 +00:00
RELEASES.md third_party: bump everything 2021-01-07 23:38:16 +00:00
build.rs third_party: bump everything 2021-01-07 23:38:16 +00:00

README.md

num-rational

crate documentation minimum rustc 1.31 build status

Generic Rational numbers (aka fractions) for Rust.

Usage

Add this to your Cargo.toml:

[dependencies]
num-rational = "0.3"

Features

This crate can be used without the standard library (#![no_std]) by disabling the default std feature. Use this in Cargo.toml:

[dependencies.num-rational]
version = "0.3"
default-features = false

Releases

Release notes are available in RELEASES.md.

Compatibility

The num-rational crate is tested for rustc 1.31 and greater.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.