Vendor things
This commit is contained in:
parent
5deceec006
commit
977e3c17e5
19434 changed files with 10682014 additions and 0 deletions
25
third-party/vendor/strict-num/README.md
vendored
Normal file
25
third-party/vendor/strict-num/README.md
vendored
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
# strict-num
|
||||

|
||||
[](https://crates.io/crates/strict-num)
|
||||
[](https://docs.rs/strict-num)
|
||||
[](https://www.rust-lang.org)
|
||||
|
||||
A collection of bounded numeric types.
|
||||
|
||||
Includes:
|
||||
|
||||
- `FiniteF32`
|
||||
- `FiniteF64`
|
||||
- `NonZeroPositiveF32`
|
||||
- `NonZeroPositiveF64`
|
||||
- `PositiveF32`
|
||||
- `PositiveF64`
|
||||
- `NormalizedF32`
|
||||
- `NormalizedF64`
|
||||
|
||||
Unlike `f32`/`f64`, all float types implement `Ord`, `PartialOrd` and `Hash`,
|
||||
since it's guaranteed that they all are finite.
|
||||
|
||||
## License
|
||||
|
||||
MIT
|
||||
Loading…
Add table
Add a link
Reference in a new issue