cfg-if • 1.0.4A macro to ergonomically define an item depending on a large number of #[cfg]
parameters. Structured like an if-else chain, the first matching branch is the
item that gets emitted.
INDIRECT
0
getrandom • 0.2.17A small cross-platform library for retrieving random data from system source
INDIRECT
3
half • 2.7.1Half-precision floating point f16 and bf16 types for Rust implementing the IEEE 754-2008 standard binary16 and bfloat16 types.
INDIRECT
8
hex • 0.4.3Encoding and decoding data into/from hexadecimal representation.
DIRECT
0
libc • 0.2.180Raw FFI bindings to platform libraries like libc.
proc-macro2 • 1.0.106A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.