taiki-e / iter-enumLinks
#[derive(Iterator, DoubleEndedIterator, ExactSizeIterator, FusedIterator, Extend)] for enums.
☆15Updated 3 weeks ago
Alternatives and similar repositories for iter-enum
Users that are interested in iter-enum are comparing it to the libraries listed below
Sorting:
- Attribute proc-macro to delegate method to a field☆29Updated 2 years ago
- cross-platform Rust API for memory mapped IO☆42Updated last year
- Lending iterators on stable Rust☆83Updated 2 years ago
- Defer running expensive destructors until later☆19Updated 3 years ago
- A procedural macro helper for easily writing custom derives for enums.☆35Updated 3 weeks ago
- Automatic cfg for Rust compiler features☆111Updated 7 months ago
- Helper macros: autoimpl, impl_scope☆68Updated 2 months ago
- Generic SIMD abstractions for Rust.☆46Updated 3 years ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆35Updated last year
- Unsafe marker trait for types that deref to a stable address☆34Updated 3 months ago
- Atomic operations on potentially uninitialized integers.☆28Updated this week
- structured parallel execution for async Rust☆37Updated last year
- A parser and evaluator for Rust cfg() expressions. Targets as of Rust 1.58.0 are supported.☆45Updated 2 weeks ago
- A generic, fixed-size, associative cache☆40Updated last year
- A safe `Pin`-based intrusive doubly-linked list in Rust☆22Updated 10 months ago
- Data structures like Rust `alloc` which reuse user allocated memory☆61Updated 3 months ago
- ☆42Updated 2 years ago
- Synchronization primitives for lazy and one-time initialization (no_std compatible).☆34Updated 10 months ago
- A concise, self-describing binary format written in Rust for Serde☆68Updated last year
- Threadsafe RefCell for Rust☆99Updated 10 months ago
- A lightweight attribute macro for easily writing extension trait pattern.☆87Updated 3 weeks ago
- A generational arena based LRU Cache implementation in 100% safe rust.☆40Updated 3 years ago
- A Rust library for runtime-checked linearish types☆37Updated 2 years ago
- Abstract over different executors☆74Updated 2 years ago
- Exposes arch-specific intrinsics as safe function (via cfg).☆57Updated 2 months ago
- Zero-cost bitsets over native Rust types☆79Updated 2 months ago
- Open a scope and then freeze it in time for future access.☆108Updated last year
- An exploration of Storages☆39Updated 2 years ago
- Defer dropping large structs to a background thread☆66Updated 3 years ago
- A lightweight attribute for easy generation of const functions with conditional compilations.☆31Updated 3 weeks ago