Idiomatic Rust wrappers for Mac OS X's CommonCrypto library - Rust source code
FFI bindings to Mac OS X's CommonCrypto library - Rust source code
Memory efficient string type - Rust source code
Experimental comparators for collections to be generic over - Rust source code
Compiler intrinsics used by the Rust compiler - feature "c"
Compiler intrinsics used by the Rust compiler - feature "core"
Compiler intrinsics used by the Rust compiler - Rust source code
Compiler intrinsics used by the Rust compiler - feature "rustc-dep-of-std"
Compiletest utility from the Rust compiler as a standalone testing harness - Rust source code
Convert seconds to compound duration (week, days, hours, minutes, seconds) - Rust source code
100% CommonMark-compatible GitHub Flavored Markdown parser and formatter - Rust source code
Allows concatenating multiple identifiers and using them everywhere - Rust source code
Provides macros for concatenating string slices into owned strings - Rust source code
Control console coloring across all dependencies - Rust source code
Look up colored console capabilities - Rust source code
Concurrently Readable Data-Structures for Rust - Rust source code
U32 concurrent insertion/removal arena that returns ArenaArc - Rust source code
Concurrent multi-producer multi-consumer queue - Rust source code
Choose types at compile-time via boolean constants - Rust source code
Layered configuration system for Rust applications - Rust source code
Read and parse configuration file automatically - Rust source code
Simple INI and ini-style configuration parsing utility - Rust source code
Boilerplate-free configuration management - Rust source code
Terminal and console abstraction for Rust - Rust source code
wasm32-unknown-unknown log panic hook to `console.error` - Rust source code
Logging facility that routes Rust log messages to the browser's console - Rust source code
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