`struct RGB` (etc.) for sharing pixels between crates - Rust source code
`struct RGB` (etc.) for sharing pixels between crates - feature "serde"
Fastest way to implement any kind of decoding for Run Length Encoded data in Rust - Rust source code
Rusty Object Notation - Rust source code
Represent an XML as a read-only tree - Rust source code
Read passwords in console applications - Rust source code
Runs `rustc --print cfg` and parses the output - Rust source code
Rust compiler symbol demangling - feature "compiler_builtins"
Rust compiler symbol demangling - feature "core"
Rust compiler symbol demangling - Rust source code
Rust compiler symbol demangling - feature "rustc-dep-of-std"
Speed, non-cryptographic hash used in rustc - Rust source code
Generic serialization/deserialization support corresponding to the `derive(RustcEncodable, RustcDecodable)` mode in the compiler - Rust source code
Explicitly empty crate for rust-lang/rust integration - Rust source code
Workaround for rustbuild - Rust source code
Querying the version of a installed rustc compiler - Rust source code
Hack for the compiler's own build system - Rust source code
Decimal Implementation written in pure Rust suitable for financial calculations - Rust source code
Automatically apply the suggestions made by rustc - Rust source code
Helper macros for Rusticata - Rust source code
Ini configuration file parsing library in Rust - Rust source code
Conditional compilation according to rustc compiler version - Rust source code
Cross-platform library for running Rust tests in sub-processes using a fork-like interface - Rust source code
Cross-platform library for running Rust tests in sub-processes using a fork-like interface - feature "timeout"
Cross-platform library for running Rust tests in sub-processes using a fork-like interface - feature "wait-timeout"
Readline implementation based on Linenoise - Rust source code
Readline implementation based on Linenoise - feature "dirs" and 2 more
Fast floating point to string conversion - Rust source code
Fast floating point to string conversion - feature "no-panic"
Safe wrappers for memory-accessing functions, like `std::ptr::copy()` - Rust source code
Safeguarded transmute() for Rust - Rust source code
Simple crate for determining whether two file paths point to the same file - Rust source code
Schannel bindings for rust, allowing SSL/TLS (e.g - Rust source code
Scoped and cached threadpools - Rust source code
Library implementation of the standard library's old `scoped_thread_local!` macro for providing scoped access to thread local storage (TLS) so any type can be stored into TLS - Rust source code
RAII scope guard that will run a given closure when it goes out of scope, even if the code between panics (assuming unwinding panic) - Rust source code
Resource-acquisition-is-initialization scope guard - Rust source code
Rust library to open a user's text editor - Rust source code
Suite of powerful, extensible, generic, endian-aware Read/Write traits for byte buffers - feature "derive" and 1 more
Macros 1.1 derive implementation for Pread and Pwrite traits from the scroll crate - Rust source code
Suite of powerful, extensible, generic, endian-aware Read/Write traits for byte buffers - Rust source code
Low-level bindings to libseccomp - Rust source code
Section-style testing - Rust source code
Apple `Security.framework` low-level FFI bindings - Rust source code
Semantic version parsing and comparison - feature "ci"
Semantic version parsing and comparison - Rust source code
Parsing of the semver spec - Rust source code
Semantic version parsing and comparison - feature "serde"