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
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
BitReader helps reading individual bits from a slice of bytes - Rust source code
Set of bits - Rust source code
Set of bits - feature "std" and 1 more
Reading/writing un-aligned values from/to streams in big-endian and little-endian formats - Rust source code
Swiftly extracts unaligned bit-level data from a byte slice - Rust source code
Bit utilities (and eventually Nibble support) for Rust - Rust source code
Vector of bits - Rust source code
Addresses memory by bits, for packed collections and bitfields - Rust source code
BitVec based bitstream reader and writer - Rust source code
CLI and Rust library for caching subprocess invocations - Rust source code
Rust BK-tree implementation - Rust source code
Pure Rust BLAKE2b implementation with dynamic SIMD - Rust source code
BLAKE2 hash functions - Rust source code
Pure Rust implementation of BLAKE2 based on RFC 7693 - Rust source code
Pure Rust BLAKE2s implementation with dynamic SIMD - Rust source code
BLAKE3 hash function - Rust source code
Simple macro to derive blanket implementations for your traits - Rust source code