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
flate2 • 1.1.10DEFLATE compression and decompression exposed as Read/BufRead/Write streams.
Supports miniz_oxide and multiple zlib implementations. Supports zlib, gzip,
and raw deflate streams.
INDIRECT
0
getrandom • 0.3.4A small cross-platform library for retrieving random data from system source
INDIRECT
5
itoa • 1.0.18Fast integer primitive to string conversion
proc-macro2 • 1.0.107A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.
wit-bindgen • 0.57.1Rust bindings generator and runtime support for WIT and the component model.
Used when compiling Rust programs to the component model.
INDIRECT
0
MIT OR Unlicense2
Package
Relation
Dependencies
Published
byteorder • 1.5.0Library for reading/writing numbers in big-endian and little-endian.
INDIRECT
0
memchr • 2.8.3Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for
1, 2 or 3 byte search and single substring search.