ergonomic and modular web framework - Rust source code
extra utilities for the web framework axum - Rust source code
macros for the web framework axum - Rust source code
EBPF object file parsing library with BTF and relocation support - Rust source code
Casts and checked casts - Rust source code
Retry operations with exponential backoff policy - Rust source code
Make retry like a built-in feature provided by Rust - Rust source code
Parsing escape characters - Rust source code
Acquire a backtrace at runtime - feature "cpp_demangle"
Acquire a backtrace at runtime - Rust source code
Minor conveniences on top of the backtrace crate - Rust source code
Acquire a backtrace at runtime - feature "serde" and 1 more
Bindings to the libbacktrace gcc library - feature "compiler_builtins"
Bindings to the libbacktrace gcc library - feature "core"
Bindings to the libbacktrace gcc library - Rust source code
Bindings to the libbacktrace gcc library - feature "rustc-dep-of-std"
Abstractions common to bare metal systems - Rust source code
Powerful schema migration building API for Rust - Rust source code
Pure Rust implementation of Base16 a.k.a hexadecimal (RFC 4648) which avoids any usages of data-dependent branches/LUTs and thereby provides portable "best effort" constant-time operation and embedded-friendly no_std support - Rust source code
Base16 (hex) encoding and decoding - Rust source code
Base32 encoder/decoder for Rust - Rust source code
Pure Rust implementation of Base64 (RFC 4648) which avoids any usages of data-dependent branches/LUTs and thereby provides portable "best effort" constant-time operation and embedded-friendly no_std support - Rust source code
Encodes and decodes base64 as bytes or utf8 - Rust source code
Base64 encode, decode, escape and unescape for URL applications - Rust source code
Encode/decode any base - Rust source code
Minimal TOML library with few dependencies - Rust source code
Handling of data encoded in BER, CER, and DER - Rust source code
Easily hash and verify passwords using bcrypt - Rust source code
Bcrypt-pbkdf password-based key derivation function - Rust source code
More compact Cow - Rust source code
Port of the libtest (unstable Rust) benchmark runner to Rust stable releases - Rust source code
Helps parsing and evaluating binary expression trees - Rust source code
Pretty panic backtraces inspired by Python's tracebacks - Rust source code
Bgzip - Rust source code
Arbitrary precision decimal numbers - Rust source code
Enhanced version of std::collections::BinaryHeap - Rust source code
Enhanced version of std::collections::BinaryHeap - feature "serde"
Minimum comparison merge of two sorted sequences with random access - Rust source code
Useful no-std binascii operations including base64, base32 and base16 (hex) - Rust source code
Binary serialization / deserialization strategy that uses Serde for transforming structs into bytes and vice versa! - Rust source code
Automatically generates Rust FFI bindings to C and C++ libraries - Rust source code
Extremely minimal parser for ELF, Mach-O, PE and ar - Rust source code
Digital second order IIR filtrers, also known as biquads - Rust source code
The Python bisect module - Rust source code
Library which provides helpers to manipulate bits and bit ranges - Rust source code
Simple bit field trait providing bit methods - Rust source code
Macros to generate bitfield-like struct - Rust source code
Macro to generate structures which behave like bitflags - Rust source code
Fixed size boolean arrays - Rust source code