Compares two equal-sized byte strings in constant time - Rust source code
Create static C-compatible strings from Rust string literals - Rust source code
Lightweight attribute for easy generation of const functions with conditional compilations - Rust source code
Compile-time string formatting - Rust source code
Implementation detail of the `const_format` crate - Rust source code
Const implementation of Object Identifier (OID) standard - Rust source code
Provides compile time random number generation - Rust source code
Provides the procedural macro used by const-random - Rust source code
Resolve container names to their PIDs - Rust source code
Fast inspection of binary buffers to guess/determine the encoding - Rust source code
Number of conversion traits with more specific semantics than those provided by 'as' or 'From'/'Into' - Rust source code
Convert strings into any case - Rust source code
HTTP cookie parsing and cookie jar management - Rust source code
Nom inspired serialization library - Rust source code
Cookie storage and retrieval - Rust source code
Conversion between color formats - Rust source code
Ways to eliminate memcpy calls when using the standard library - Rust source code
Cross-platform library for getting and setting the contents of the OS-level clipboard - Rust source code
Clipboard library providing useful extensions for copypasta - Rust source code
Bare essentials of std::io for use in no_std - Rust source code
Manages CPU affinities - Rust source code
Std::error::Error for libcore - Rust source code
Full nostd float functionality extension trait backed by libm - Rust source code
Simple package to count generic iterables - Rust source code
Counts the number of live instances of types - Rust source code
Manual coverage marks - Rust source code
Low-level cross-platform audio I/O library in pure Rust - Rust source code
Rust wrapper for GNU libiberty's cplus_demangle to demangle C++ symbols - Rust source code
Cargo build script for the `cpp` crate - Rust source code
Implementation details crate for the `cpp` crate - Rust source code
Demangling C++ symbols - Rust source code
Inline C++ code closures - Rust source code
Procedural macro implementation for the `cpp` crate - Rust source code
Internal rust-cpp nom parser for Rust source code - Rust source code
Sourcemap and full crate parsing support for `cpp_syn` - Rust source code
Stripped-down Nom parser used by cpp_syn - Rust source code
Copy files and directories recursively, preserving mtime and permissions - Rust source code
Lightweight runtime CPU feature detection for aarch64, loongarch64, and x86/x86_64 targets, with no_std support and support for mobile targets including Android and iOS - Rust source code
Lightweight no-std compatible alternative to is_x86_feature_detected - Rust source code
Execute child processes with ease - Rust source code
low-level retargetable code generator - Rust source code
Helpers for interacting with crates.io - Rust source code
CRC-24 implementation (IETF RFC2440-compatible) - Rust source code
Safe implementation for hardware accelerated CRC32C instructions with software fallback - Rust source code
Fast, SIMD-accelerated CRC32 (IEEE) checksum computation - Rust source code
CRC64 checksum implementation - Rust source code
Catalog of CRC algorithms (generated from http://reveng.sourceforge.net/crc-catalogue) expressed as simple Rust structs - Rust source code
CRC with support of various standards - Rust source code
practical, serializable, thoroughly tested CRDTs - Rust source code
Measure time with CPU cycles for criterion - Rust source code