Generic implementation of Hash-based Message Authentication Code (HMAC) - Rust source code
Shared definitions of home directories - Rust source code
Cross-platform system's host name functions - Rust source code
Convert html to pango - Rust source code
Render HTML as plain text - Rust source code
High-performance browser-grade HTML5 parser - Rust source code
Encoding characters in HTML/decoding HTML entities - Rust source code
Tiny, safe, speedy, zero-copy HTTP/1.x parser - Rust source code
trait representing asynchronous operations on an HTTP body - Rust source code
HTTP date parsing and formatting - Rust source code
Set of types for representing HTTP requests and responses - Rust source code
Represent file sizes in a human-readable format - Rust source code
Human sort (natural sort) implementation - Rust source code
Parser and formatter for std::time::{Duration, SystemTime} - Rust source code
Fast and correct HTTP library - Rust source code
rustls+hyper integration for pure rust HTTPS - Rust source code
Default TLS implementation for use with hyper - Rust source code
Proemial code for the `hyphenation` library - Rust source code
Knuth-Liang hyphenation for a variety of languages - Rust source code
Knuth-Liang hyphenation for a variety of languages - feature "embed_all"
Knuth-Liang hyphenation for a variety of languages - feature "nfc"
Knuth-Liang hyphenation for a variety of languages - feature "nfd"
Knuth-Liang hyphenation for a variety of languages - feature "nfkc"
Knuth-Liang hyphenation for a variety of languages - feature "nfkd"
Knuth-Liang hyphenation for a variety of languages - feature "pocket-resources"
Knuth-Liang hyphenation for a variety of languages - feature "unicode-normalization"
This library contains the configuration stucts (along with their parsing functions) for the cargo-i18n tool/system - Rust source code
Macro implementations for i18n-embed - Rust source code
Get the IANA time zone for the current system - Rust source code
Utility for applying case rules to Rust identifiers - Rust source code
IDNA (Internationalizing Domain Names in Applications) and Punycode - Rust source code
Return interface IP addresses on Posix and windows systems - Rust source code
Fast library for efficiently matching ignore files such as `.gitignore` against file paths - Rust source code
Imaging library written in Rust - Rust source code
Quick probing of image dimensions without loading the entire file - Rust source code
Immutable collection datatypes (the fast but not thread safe version) - Rust source code
Immutable collection datatypes (the fast but not thread safe version) - feature "proptest"
Immutable collection datatypes (the fast but not thread safe version) - feature "quickcheck"
Immutable collection datatypes (the fast but not thread safe version) - feature "rayon"
Immutable collection datatypes (the fast but not thread safe version) - feature "serde"
Implementation crate for include_dir - Rust source code
Procedural macro used by include_dir - Rust source code
Prefix a noun with an indefinite article - a or an - based on whether it begins with a vowel - Rust source code
Formatter wrapper that indents the text, designed for error display impls - Rust source code
Hash table with consistent order and fast iteration - Rust source code
Progress bar and cli reporting library for Rust - Rust source code
Indented document literals - Rust source code
DEFLATE decoding - Rust source code
Adds String based inflections for Rust - Rust source code
Adds String based inflections for Rust - feature "heavyweight" and 1 more