Docs.rs
screaming_float-0.1.1
screaming_float 0.1.1
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
exists-forall
Dependencies
noisy_float ^0.1.13
normal
num-traits ^0.2.12
normal
rodio ^0.11.0
normal
Versions
71.43%
of the crate is documented
Platform
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
screaming_
float
0.1.1
All Items
Crate Items
Structs
Functions
Type Aliases
Crate
screaming_float
Copy item path
Source
Structs
§
Screaming
NanChecker
Like
noisy_float
’s
NumChecker
, except it plays the
Wilhelm Scream
instead of panicking.
Functions
§
s32
Shorthand for
S32::new(value)
.
s64
Shorthand for
S64::new(value)
.
Type Aliases
§
S32
A floating point number behaving like
f32
that screams when it is constructed from a
NaN
.
S64
A floating point number behaving like
f64
that screams when it is constructed from a
NaN
.