Deal with 'argument too long' errors - Rust source code
Pure Rust implementation of the Argon2 password hashing function with support for the Argon2d, Argon2i, and Argon2id algorithmic variants - Rust source code
Pure Rust password hashing library that runs on Argon2 - Rust source code
Pure Rust password hashing library that runs on Argon2 - feature "simd"
Powerful command-line argument parsing library - Rust source code
Fixed-capacity ring buffer which can be stored on the stack - Rust source code
Safe wrapper for initializing fixed-size arrays - Rust source code
Array multiple elements constructor syntax - Rust source code
Macros to take array references of slices - Rust source code
Vector with fixed capacity, backed by an array - Rust source code
Simple canvas for drawing lines and styled text and emitting to the terminal - Rust source code
ASCII-only equivalents to `char`, `str` and `String` - Rust source code
Print ASCII tables to the terminal - Rust source code
XDG portals wrapper in Rust using zbus - Rust source code
Axum integration for Askama templates - Rust source code
Procedural macro package for Askama - Rust source code
Type-safe, compiled Jinja-like templates for Rust - Rust source code
Optimized HTML escaping code, extracted from Askama - Rust source code
#[derive] support for asn1 - Rust source code
ASN.1 (DER) parser and writer for Rust - Rust source code
Derive macros for the `asn1-rs` crate - Rust source code
parser/encoder for ASN.1 BER/DER data - Rust source code
Implementation details for the `asn1-rs` crate - Rust source code
Trait to facilitate interoperatibility with libxcb C API - Rust source code
Traits for converting types which may be interpreted as or into a result - Rust source code
Assert approximately equal - Rust source code
Test CLI Applications - Rust source code
Package provides assertions for testing - Rust source code
Filesystem fixtures and assertions for testing - feature "color" and 1 more
Filesystem fixtures and assertions for testing - Rust source code
Macro for static assert types implement a trait or not - Rust source code
easily compare two JSON values and get great output - Rust source code
Version of the assert_matches! macro that brings variables from the pattern into scope - Rust source code
Asserts that a value matches a pattern - Rust source code
Simple macro to allow mutating instance with declarative flavor - Rust source code
`AsSlice` and `AsMutSlice` traits - Rust source code
Generic N-way associative cache with fixed-size capacity and random or least recently used (LRU) replacement - Rust source code
Collection of various utilities for Debian work - Rust source code
An async TAR file reader and writer - Rust source code
experimental language-level polyfills for Async Rust - Rust source code
Procedural macros for the `async-backtrace` crate - Rust source code
Efficient, logical 'backtraces' of async tasks - Rust source code
Async broadcast channels - Rust source code
async multi-producer multi-consumer channel - Rust source code
Compatibility adapter between tokio and futures - Rust source code
Adaptor between compression crates and Rust's async types - Rust source code
Duplicate an async I/O handle - Rust source code
async executors - Rust source code
lightweight implementation of async-stream without macros - Rust source code
async filesystem primitives - Rust source code