Rust crates from the Cargo registry. 20 packages indexed with health scores.
Highest ranked & most cached
A Rust port of Google's SwissTable hash map
A small cross-platform library for retrieving random data from system source
Parser for Rust source code
Rust for Windows
Random number generators and other randomness functionality.
A macro to generate structures which behave like bitflags.
Core random number generation traits and tools for implementation.
Implementation detail of the `thiserror` crate
derive(Error)
Raw FFI bindings to platform libraries like libc.
A hash table with consistent order and fast iteration.
Quasi-quoting macro quote!(...)
Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for 1, 2 or 3 byte search and single substring search.
A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.
Extra iterator adaptors, iterator methods, free functions, and macros.
Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31
encodes and decodes base64 as bytes or utf8
A 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.
ChaCha random number generator
Fast integer primitive to string conversion