The enum Either with variants Left and Right is a general purpose sum type with two cases.
☆551Nov 4, 2025Updated 4 months ago
Alternatives and similar repositories for either
Users that are interested in either are comparing it to the libraries listed below
Sorting:
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,630Feb 16, 2026Updated last month
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,312Jan 7, 2026Updated 2 months ago
- Temporary file library for rust☆1,414Mar 14, 2026Updated last week
- Rust library for single assignment cells and lazy statics without macros☆2,070Mar 12, 2026Updated last week
- Extra iterator adaptors, iterator methods, free functions, and macros.☆3,105Feb 20, 2026Updated last month
- A vector with a fixed capacity. (Rust)☆855Oct 19, 2024Updated last year
- Some more derive(Trait) options☆2,085Mar 6, 2026Updated 2 weeks ago
- A macro to generate structures which behave like bitflags☆1,117Mar 14, 2026Updated last week
- Conditional compilation according to rustc compiler version☆393Feb 16, 2026Updated last month
- A string type for Rust that is not required to be valid UTF-8.☆1,053Feb 10, 2026Updated last month
- A if/elif-like macro for Rust #[cfg] statements☆635Nov 26, 2025Updated 3 months ago
- A small rust library for adding custom derives to enums☆2,336Mar 7, 2026Updated 2 weeks ago
- Numeric traits for generic mathematics in Rust☆922Jun 17, 2025Updated 9 months ago
- Test harness for ui tests of compiler diagnostics☆959Feb 12, 2026Updated last month
- A Rust proc-macro attribute parser☆1,239Jan 15, 2026Updated 2 months ago
- Slab allocator for Rust☆886Jan 31, 2026Updated last month
- A crate for safe and ergonomic pin-projection.☆704Mar 12, 2026Updated last week
- Compile time numbers in Rust.☆581Nov 2, 2025Updated 4 months ago
- Fast function for printing integer primitives to a decimal string☆368Updated this week
- derive builder implementation for rust structs☆1,536Jan 2, 2026Updated 2 months ago
- A crate for managing memory bit by bit☆1,378Aug 9, 2024Updated last year
- ☆207Feb 8, 2026Updated last month
- A Rust library for random number generation.☆2,006Mar 13, 2026Updated last week
- Module initialization/global constructor functions for Rust☆963Dec 4, 2025Updated 3 months ago
- Date and time handling in Rust.☆1,293Updated this week
- A crate for mucking around with piles of bytes☆968Jan 31, 2026Updated last month
- A simple and fast random number generator☆569Mar 9, 2026Updated 2 weeks ago
- Support for matching file paths against Unix shell style patterns.☆573Dec 2, 2025Updated 3 months ago
- deserialize env vars into typesafe structs with rust