Docs.rs
fastnum2-0.3.6
fastnum2 0.3.6
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
delta4chat
Dependencies
bnum ^0.12.1
normal
byteorder ^1.5.0
normal
optional
bytes ^1.10.1
normal
optional
diesel >=2.2.4
normal
optional
num-traits ^0.2
normal
optional
rand ^0.8
normal
optional
serde >=1.0.0
normal
optional
sqlx >=0.8.0
normal
optional
tokio-postgres ^0.7.13
normal
optional
utoipa >=5.0.0
normal
optional
zeroize ^1.8
normal
optional
itertools ^0.14.0
dev
paste ^1.0.15
dev
rstest ^0.23.0
dev
serde_json >=0.8.0, <2.0
dev
serde_test >=1.0.0
dev
autocfg ^1
build
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
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
fastnum2/
config.rs
1
//! compile-time configuration.
2
3
include!
(
concat!
(
env!
(
"OUT_DIR"
),
"/config.rs"
));
4