Partial port of elasticlunr.js to Rust for generating static document search indexes - Rust source code
Simple no_std ELF file reader for ELF32 and ELF64 - Rust source code
General purpose Elliptic Curve Cryptography (ECC) support, including types and traits for representing various elliptic curve forms, scalars, points, and public/secret keys composed thereof - Rust source code
Append-only collections for Rust where borrows to entries can outlive insertions - Rust source code
Provides a RFC-compliant `EmailAddress` newtype - Rust source code
Async embedded IO traits - Rust source code
Embedded IO traits - Rust source code
Embed images in Rust documentation - Rust source code
✨ Lookup emoji in *O(1)* time, access metadata and GitHub shortcodes, iterate over all emoji, and more! - Rust source code
Rust implementation of union-find - feature "congruence-closure" and 1 more
Rust implementation of union-find - Rust source code
Rust implementation of union-find - feature "dogged" and 1 more
Convenient macro, for cloning values into a closure - Rust source code
UTF-8 and UTF-16 char types, methods, for char, u8 and u16 - feature "ascii"
UTF-8 and UTF-16 char types, methods, for char, u8 and u16 - Rust source code
Character encoding support for Rust - Rust source code
Index tables for Japanese character encodings - Rust source code
Index tables for Korean character encodings - Rust source code
Index tables for simplified Chinese character encodings - Rust source code
Index tables for various single-byte character encodings - Rust source code
Helper macros to test index tables for character encodings - Rust source code
Index tables for traditional Chinese character encodings - Rust source code
Gecko-oriented implementation of the Encoding Standard - Rust source code
Streaming transcoding for encoding_rs - Rust source code
Type safe wrappers for types with a defined byte order - Rust source code
Simple endian-handling library - Rust source code
Quotes and unquotes strings - Rust source code
Provides the raw data needed to convert to and from HTML entities - Rust source code
Proc-macro for inner field accessors on enums - Rust source code
Provide useful impls on numerical enums - Rust source code
Fast dynamic-dispatched method calls - Rust source code
Do not use directly, use the reexport in the `enumflags2` crate - Rust source code
Enum-based bit flags - Rust source code
Procedural macro to derive Sequence - Rust source code
Tools to iterate over all values of a type (e.g - Rust source code
Macros 1.1 implementation of #[derive(Enum)] - Rust source code
Map with C-like enum keys represented internally as an array - Rust source code
Convert number to enum - Rust source code
Procedural macro to let enums not only get its variants' ordinal but also be constructed from an ordinal - Rust source code
enum_primitive implementation using procedural macros - Rust source code
Macro to generate num::FromPrimitive instances for enum - Rust source code
Internal helper crate for enumset - Rust source code
Creating compact sets of enums - Rust source code
Simple fork of enum_to_str_derive (by @DCjanus), convert enum to u8 slice ref - Rust source code
Trait and macro for unitary enums - Rust source code
Filter log events using environment variables - Rust source code
handle environment variable context - Rust source code
Log implementation configured via environment variable - Rust source code
determine proxy parameters for a URL from the environment - Rust source code
Deserialize env vars into typesafe structs - Rust source code