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
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Crate fart_utils
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.