Automatically generates Rust FFI bindings to C and C++ libraries - feature "static"
Automatically generates Rust FFI bindings to C and C++ libraries - feature "which" and 1 more
Macro to generate structures which behave like bitflags - Rust source code
Fixed size boolean arrays - 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
Vector of bits - Rust source code
Pure Rust BLAKE2b implementation with dynamic SIMD - 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
Iterator over simple binary blob storage - Rust source code
Fixed size buffer for block processing of data - feature "block-padding"
Fixed size buffer for block processing of data - Rust source code
Buffer type for block processing of data - Rust source code
Traits for description of block ciphers - feature "blobby" and 1 more
Traits for description of block ciphers - Rust source code
Rust interface for Apple's C language extension of blocks - Rust source code
thread pool for isolating blocking I/O - Rust source code
Block cipher modes of operation - Rust source code
Padding and unpadding of messages divided into blocks - Rust source code
Very simple library containing constants for UTF-8 box drawing - Rust source code
Safe FnOnce boxing for rust stable - Rust source code
Brotli decompressor library avoiding the rust stdlib - Rust source code
Another Base58 codec implementation - feature "check" and 1 more
Another Base58 codec implementation - Rust source code
String type that is not required to be valid UTF-8 - feature "default"
String type that is not required to be valid UTF-8 - Rust source code
String type that is not required to be valid UTF-8 - feature "lazy_static"
String type that is not required to be valid UTF-8 - feature "regex-automata"
String type that is not required to be valid UTF-8 - feature "serde1"
String type that is not required to be valid UTF-8 - feature "serde" and 1 more
String type that is not required to be valid UTF-8 - feature "std"
String type that is not required to be valid UTF-8 - feature "unicode"
Super-powered Reader - Rust source code
Creating importable constants from build.rs or a script - Rust source code
Fast bump allocation arena for Rust - Rust source code
Derive macro for bytecheck - Rust source code
Derive macro for bytecheck - feature "std" and 1 more
Count bytes or UTF-8 codepoints in a byte slice - Rust source code
Read input lines as byte slices for high efficiency - Rust source code
Mucking around with piles of bytes - Rust source code
Reading/writing numbers in big-endian and little-endian - Rust source code
Types and traits for working with bytes - Rust source code
Utility for human-readable bytes representations - Rust source code
Utility for human-readable bytes representations - feature "serde"
Safely cast bytes slices from/to slices of built-in fundamental numeric types - Rust source code