Extra methods for raw pointers - Rust source code
Interoperability library for Rust Windowing applications - Rust source code
Core APIs for Rayon - Rust source code
Simple work-stealing parallelism for Rust - Rust source code
Build system for rb-sys - Rust source code
Rust bindings for the CRuby API - Rust source code
Integrates rb-sys into high level frameworks - Rust source code
Rust X.509 certificate generator - Rust source code
'DOM-like' tree implemented using reference counting - Rust source code
Simple library for reading hex colors - Rust source code
Real-to-complex forward FFT and complex-to-real inverse FFT for Rust - Rust source code
Access raw Redox system calls - Rust source code
Access Redox termios functions - Rust source code
Fold an iterator without an initial value - Rust source code
Safely cast &T to &U where the struct U contains a single field of type T - Rust source code
Derive implementation for ref_cast::RefCast - Rust source code
Reference-counted singleton whose protected data can be recreated as needed - Rust source code
Like `std::cell::{Ref,RefMut}::map`, but for optional components - Rust source code
Copy-on-write mechanism on supported file systems - Rust source code
backtracking register allocator - Rust source code
Automata construction and matching using regular expressions - Rust source code
Regex fork that can search discontiguous haystacks - Rust source code
Regular expressions for Rust - Rust source code
Lightweight regex engine - Rust source code
Regular expression parser - Rust source code
Infrastructure for testing regexes - Rust source code
Cross-platform virtual memory API - Rust source code
Pure Rust implementation of libei/libeis protocol - Rust source code
Portable, relative paths for Rust - Rust source code
Compile-time check that enum/struct/match are sorted. - Rust source code
Safe, reliable implementation of remove_dir_all for Windows - Rust source code
Cross-platform, endian-aware primitives for Rust - Rust source code
Higher level HTTP client library - Rust source code
Simple image resampling library in pure Rust - Rust source code
Resolv.conf file parser - Rust source code
resource proof for decentralised network nodes - Rust source code
Derive macros for result-like - Rust source code
Option/Result-like monad interface for your own enum - Rust source code
Provide retain_mut method that has the same functionality as retain but gives mutable borrow to the predicate - Rust source code
utilities for retrying operations that can fail - Rust source code
Provides some utility functions for human-readable formatting of words - Rust source code
Decoding RFC 2047 MIME Message Headers - Rust source code
Simple encoder for RFC2047 encoded words - Rust source code
Pure Rust implementation of RFC6979: Deterministic Usage of the Digital Signature Algorithm (DSA) and Elliptic Curve Digital Signature Algorithm (ECDSA) - Rust source code
RFC822-like encoding used in control files implemented for serde - Rust source code
Rfc822/2822 sanitizer/normalizer - Rust source code
`struct RGB/RGBA/etc.` for sharing pixels between crates + convenience methods for color manipulation - Rust source code
Procedural macros support package for Rhai, a scripting language and engine for Rust - Rust source code
Embedded scripting for Rust - Rust source code
Lock-free SPSC FIFO ring buffer with direct access to inner data - Rust source code