Assertions for const functions - Rust source code
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
Provides compile time random number generation - Rust source code
Provides the procedural macro used by const-random - 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
HTTP cookie parsing and cookie jar management - Rust source code
Nom inspired serialization library - Rust source code
Cookie storage and retrieval - 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
Bindings to Core Foundation for macOS - feature "chrono" and 1 more
Bindings to Core Foundation for macOS - Rust source code
Bindings to Core Foundation for macOS - feature "mac_os_10_7_support"
Bindings to Core Foundation for macOS - feature "mac_os_10_8_features"
Bindings to Core Foundation for macOS - feature "uuid" and 1 more
Bindings to Core Graphics for macOS - Rust source code
Bindings for some fundamental Core Graphics types - Rust source code
Macro for declaring fixed-size arrays without counting elements by hand - Rust source code
Low-level cross-platform audio I/O library in pure Rust - 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
Lightweight runtime CPU feature detection for x86/x86_64 and aarch64 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
Helpers for interacting with crates.io - Rust source code
Fast, SIMD-accelerated CRC32 (IEEE) checksum computation - Rust source code
CRC(16, 32, 64) with support of various standards - Rust source code
practical, serializable, thoroughly tested CRDTs - Rust source code
statistics-driven micro-benchmarking - Rust source code
Criterion's plotting library - Rust source code
Support for concurrent and parallel programming - Rust source code
Multi-producer multi-consumer channels for message passing - Rust source code
Concurrent work-stealing deque - Rust source code
Epoch-based garbage collection - Rust source code
Epoch-based garbage collection - feature "std" and 1 more
Concurrent queues - Rust source code
Utilities for concurrent programming - Rust source code
Cross platform native font loading and rasterization - Rust source code
Cross platform native font loading and rasterization - feature "force_system_fontconfig"