SHA-1 hash function with collision detection and mitigation - Rust source code
SHA-1 hash function - Rust source code
Minimal dependency free implementation of SHA1 for Rust - Rust source code
Assembly implementation of SHA-2 compression functions - Rust source code
Pure Rust implementation of SHA-2 - Rust source code
SHA-3 cryptographic digest function in pure Rust - Rust source code
Build-time information stored in your rust project - Rust source code
Shannon cipher implementation - Rust source code
Lock-free concurrent slab - Rust source code
Using child processes from multiple threads - Rust source code
Easily bind to and load shared libraries - Rust source code
Escape characters that may have a special meaning in a shell - Rust source code
Shell-like expansions in strings - Rust source code
Process command line according to parsing rules of UNIX shell - Rust source code
Word parsing rules of the UNIX Bourne shell - Rust source code
Split a string into shell words, like Python's shlex - Rust source code
Auto-derive for Rust conversion traits -- make working with newtypes a breeze - Rust source code
Unix signal handling - Rust source code
MIO support for signal-hook - Rust source code
Backend crate for signal-hook - Rust source code
Tokio support for signal-hook - Rust source code
Tokio support for signal-hook - feature "futures-core-0_3" and 1 more
traits for cryptographic signature algorithms - Rust source code
SIMD algebra for Rust - Rust source code
SIMD-accelerated Adler-32 hash algorithm implementation - Rust source code
Helpers to write more compact simd code - Rust source code
SIMD-accelerated UTF-8 validation - Rust source code
Provides assert_eq! like macros with colorized diff output - Rust source code
Diff library for Rust - Rust source code
Simple DER/ASN.1 encoding/decoding library - Rust source code
Simple CSS 2 parser and selector - Rust source code
Simple error type backed by a string - Rust source code
Simple and easy-to-use logging facility for Rust's log crate - Rust source code
Logger that prints all messages with a readable output format - Rust source code
Simple moving average (SMA) algorithms - Rust source code
SipHash-2-4, SipHash-1-3 and 128-bit variants in pure Rust - Rust source code
Interface for querying, manipulating and serializing/deserializing Sixel data - Rust source code
Tokenizer for serialized Sixel bytes - Rust source code
Efficient sized chunk datatypes - Rust source code
Allows for easier formatting of sizes - Rust source code
Pre-allocated storage for a uniform data type - Rust source code
iterators over groups in slices and strs - Rust source code
Double-ended queue that Deref's into a slice - Rust source code
Asynchronous drain for slog-rs - Rust source code
Structured, extensible, composable logging - Rust source code
Structured, extensible, composable logging - feature "erased-serde"
Unix terminal drain and formatter for slog-rs - Rust source code
Slotmap data structure - Rust source code
Convert a unicode string to a slug - Rust source code
SM3 (OSCCA GM/T 0004-2012) hash function - Rust source code