Rust LZ4 sys package - Rust source code
Codec for LZMA, LZMA2 and XZ written in pure Rust - Rust source code
Bindings to liblzma for lzma and xz stream encoding/decoding - Rust source code
LZW compression and decompression - Rust source code
Decompression implementation for Microsoft's LZXD compression format - Rust source code
MAC address types - Rust source code
Cross-platform retrieval of a network interface MAC address - Rust source code
MAC address types - feature "serde"
MAC address types - feature "serde_std"
Collection of great and ubiqutitous macros - Rust source code
Bindings to the OSX mach-o system library - Rust source code
Parser for Apple's Compact Unwinding Format, which is used in the __unwind_info section of mach-O binaries - Rust source code
`macro_attr!` macro for custom macro derives and attributes - Rust source code
Test harness for macro expansion - Rust source code
Get things from one computer to another, safely - Rust source code
Magma (GOST R 34.12-2015) block cipher - Rust source code
Parsing Magnet URI scheme - Rust source code
High level Ruby bindings - Rust source code
Derive and proc macros for magnus - Rust source code
Simple parser for MIME e-mail messages - Rust source code
e-mail delivery library - Rust source code
Lossless Parser for Makefiles - Rust source code
Collection of utilities, including new arithmetic traits and iterators that generate all values of a type - Rust source code
Structs for handling malloc'd memory passed to Rust - Rust source code
Generate structured man pages - Rust source code
Function-like macros to check or operate paths relative to CARGO_MANIFEST_DIR at compile time - Rust source code
Literal macros for HashMap, HashSet, BTreeMap, BTreeSet - Rust source code
Common code for xml5ever and html5ever - Rust source code
DOM structure for use by tests in html5ever/xml5ever - Rust source code
Blazing fast, type-safe template engine for Rust - Rust source code
Convenience macro to ergonomically define an item depending on a large number of `#[cfg]` parameters - Rust source code
Regex matching on character and byte streams - Rust source code
Macro to evaluate, as a boolean, whether an expression matches a pattern - Rust source code
High performance, zero-copy URL router - Rust source code
General matrix multiplication for f32 and f64 matrices - Rust source code
Reading MaxMind DB format used by GeoIP2 and GeoLite2 - Rust source code
Procedure macro to unify SYNC and ASYNC implementation - Rust source code
Provides a `MaybeOwned` (and `MaybeOwnedMut`) type similar to std's `Cow` but it implements `From<T>` and `From<&'a T>` and does not require `ToOwned` - Rust source code
Malloc-based box - Rust source code
Assembly implementation of MD5 compression function - Rust source code
MD5 hash function - Rust source code
Package provides the MD5 hash function - Rust source code
Markdown book creator tool - Rust source code
MDNS Service Discovery library with no async runtime dependency - Rust source code
Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for 1, 2 or 3 byte search and single substring search - Rust source code
Pure-Rust library to work with Linux memfd and sealing - Rust source code
Cross-platform Rust API for memory-mapped file IO - Rust source code
Substring searching - Rust source code