Docs.rs
tifloats-2.4.0
tifloats 2.4.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
Legend-of-iPhoenix
rpitasky
github:ti-toolkit:administrators
Dependencies
bitflags ^2.4
normal
criterion ^0.4
dev
Versions
0%
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
Files
tifloats/
lib.rs
1
mod
float;
2
mod
mantissa;
3
4
pub use
float::Float;
5
6
pub mod
error;
7
pub use
error::FloatError;