The enum Either with variants Left and Right is a general purpose sum type with two cases.
☆557Aug 20, 2026Updated last week
Alternatives and similar repositories for either
Users that are interested in either are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,415Updated this week
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,699Updated this week
- Temporary file library for rust☆1,460Updated this week
- Rust library for single assignment cells and lazy statics without macros☆2,090Mar 12, 2026Updated 5 months ago
- Extra iterator adaptors, iterator methods, free functions, and macros.☆3,164Aug 20, 2026Updated last week
- GPU virtual machines on DigitalOcean Gradient AI • AdGet to production fast with high-performance AMD and NVIDIA GPUs you can spin up in seconds. The definition of operational simplicity.
- A vector with a fixed capacity. (Rust)☆894Jul 19, 2026Updated last month
- Some more derive(Trait) options☆2,130Updated this week
- A macro to generate structures which behave like bitflags☆1,153Jul 16, 2026Updated last month
- Conditional compilation according to rustc compiler version☆394Aug 3, 2026Updated 3 weeks ago
- A if/elif-like macro for Rust #[cfg] statements☆644Jun 22, 2026Updated 2 months ago
- A string type for Rust that is not required to be valid UTF-8.☆1,111Aug 10, 2026Updated 3 weeks ago
- A small rust library for adding custom derives to enums☆2,431Mar 7, 2026Updated 5 months ago
- Numeric traits for generic mathematics in Rust☆963Jul 7, 2026Updated last month
- Compile time numbers in Rust.☆586May 29, 2026Updated 3 months ago
- Virtual machines for every use case on DigitalOcean • AdGet dependable uptime with 99.99% SLA, simple security tools, and predictable monthly pricing with DigitalOcean's virtual machines, called Droplets.
- A Rust proc-macro attribute parser☆1,265Aug 20, 2026Updated last week
- Slab allocator for Rust☆931Aug 16, 2026Updated 2 weeks ago
- A crate for safe and ergonomic pin-projection.☆717Aug 7, 2026Updated 3 weeks ago
- Test harness for ui tests of compiler diagnostics☆995Aug 3, 2026Updated 3 weeks ago
- derive builder implementation for rust structs☆1,539Jan 2, 2026Updated 7 months ago
- Fast function for printing integer primitives to a decimal string☆378Jun 24, 2026Updated 2 months ago
- A crate for managing memory bit by bit☆1,444Aug 9, 2024Updated 2 years ago
- Link-time initialization, destruction, scattered data collection macros for Rust☆1,075Aug 14, 2026Updated 2 weeks ago
- ☆215Apr 10, 2026Updated 4 months ago
- GPU virtual machines on DigitalOcean Gradient AI • AdGet to production fast with high-performance AMD and NVIDIA GPUs you can spin up in seconds. The definition of operational simplicity.
- A Rust library for random number generation.☆2,068Updated this week
- Date and time handling in Rust.☆1,333Aug 1, 2026Updated 3 weeks ago
- Support for matching file paths against Unix shell style patterns.☆594Jul 21, 2026Updated last month
- A crate for mucking around with piles of bytes☆1,053Aug 7, 2026Updated 3 weeks ago
- A simple and fast random number generator☆601Jul 19, 2026Updated last month
- derive(Error) for struct and enum error types☆5,526Aug 22, 2026Updated last week
- base64, in rust☆732Aug 18, 2026Updated last week
- Async synchronization primitives