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.
Core random number generation traits and tools for implementation.
A macro to generate structures which behave like bitflags.
derive(Error)
Implementation detail of the `thiserror` crate
A hash table with consistent order and fast iteration.
Raw FFI bindings to platform libraries like libc.
Quasi-quoting macro quote!(...)
Extra iterator adaptors, iterator methods, free functions, and macros.
A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.
Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for 1, 2 or 3 byte search and single substring search.
encodes and decodes base64 as bytes or utf8
Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31
ChaCha random number generator
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.
Fast integer primitive to string conversion