The enum Either with variants Left and Right is a general purpose sum type with two cases.
☆548Nov 4, 2025Updated 3 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,621Feb 16, 2026Updated 2 weeks ago
- Temporary file library for rust☆1,408Feb 24, 2026Updated last week
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,300Jan 7, 2026Updated last month
- Rust library for single assignment cells and lazy statics without macros☆2,064May 24, 2025Updated 9 months ago
- Conditional compilation according to rustc compiler version☆392Feb 16, 2026Updated 2 weeks ago
- Some more derive(Trait) options☆2,076Feb 4, 2026Updated 3 weeks ago
- A macro to generate structures which behave like bitflags☆1,108Feb 13, 2026Updated 2 weeks ago
- A string type for Rust that is not required to be valid UTF-8.☆1,041Feb 10, 2026Updated 2 weeks ago
- Extra iterator adaptors, iterator methods, free functions, and macros.☆3,095Feb 20, 2026Updated last week
- A vector with a fixed capacity. (Rust)☆851Oct 19, 2024Updated last year
- A small rust library for adding custom derives to enums☆2,314Updated this week
- Compile time numbers in Rust.☆578Nov 2, 2025Updated 4 months ago
- Test harness for ui tests of compiler diagnostics☆957Feb 12, 2026Updated 2 weeks ago
- Numeric traits for generic mathematics in Rust☆918Jun 17, 2025Updated 8 months ago
- A Rust proc-macro attribute parser☆1,238Jan 15, 2026Updated last month
- Fast function for printing integer primitives to a decimal string☆366Feb 2, 2026Updated last month
- A crate for safe and ergonomic pin-projection.☆704Updated this week
- A crate for managing memory bit by bit☆1,375Aug 9, 2024Updated last year
- ☆206Feb 8, 2026Updated 3 weeks ago
- Slab allocator for Rust☆879Jan 31, 2026Updated last month
- A if/elif-like macro for Rust #[cfg] statements☆631Nov 26, 2025Updated 3 months ago
- Module initialization/global constructor functions for Rust☆960Dec 4, 2025Updated 2 months ago
- derive builder implementation for rust structs☆1,534Jan 2, 2026Updated 2 months ago
- A simple and fast random number generator☆564Feb 9, 2026Updated 3 weeks ago
- Support for matching file paths against Unix shell style patterns.☆569Dec 2, 2025Updated 3 months ago
- A Rust library for random number generation.☆1,992Feb 18, 2026Updated last week
- oh heck, a case conversion library☆583Aug 9, 2025Updated 6 months ago
- ☆500Nov 8, 2025Updated 3 months ago
- deserialize env vars into typesafe structs with rust☆967Jun 7, 2024Updated last year
- Type erasure for async trait methods☆2,120Feb 16, 2026Updated 2 weeks ago
- Date and time handling in Rust.☆1,288Updated this week
- Just, really the littlest Vec you could need. So smol.☆728Jan 28, 2026Updated last month
- Easily assign underlying errors into domain-specific errors while adding context☆1,851Feb 18, 2026Updated last week
- derive(Error) for struct and enum error types☆5,363Feb 16, 2026Updated 2 weeks ago
- A small macro for defining lazy evaluated static variables in Rust.☆2,031Jan 29, 2025Updated last year
- Spin-based synchronization primitives☆586Feb 5, 2026Updated 3 weeks ago
- This crate provides custom de/serialization helpers to use in combination with serde's `with`-annotation and with the improved `serde_as`…☆829Updated this week
- Find unused dependencies in Cargo.toml☆2,083Dec 29, 2025Updated 2 months ago
- Async synchronization primitives☆284Dec 21, 2025Updated 2 months ago