Docs.rs
fart-utils-0.4.0
fart-utils 0.4.0
Permalink
Docs.rs crate page
MIT
/
Apache-2.0
Links
Repository
crates.io
Source
Owners
fitzgen
Dependencies
num-traits ^0.2.6
normal
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
fart_
utils
0.4.0
All Items
Crate Items
Structs
Functions
Crate
fart_utils
Copy item path
Source
Expand description
Small math utility functions for
fart
.
Structs
§
NoMore
Partial
Turn a
T: PartialOrd
and/or
T: PartialEq
into
Ord
and/or
Eq
.
Functions
§
clamp
Clamp a value to within some range.
map_
range
Map a value from one range to another range.