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