taiki-e / iter-enumLinks
#[derive(Iterator, DoubleEndedIterator, ExactSizeIterator, FusedIterator, Extend)] for enums.
☆14Updated 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:
- cross-platform Rust API for memory mapped IO☆42Updated last year
- A primitive for writing structural search and replace programs for rust☆31Updated 3 months ago
- Make any value Sync but only available on its original thread☆39Updated last week
- A parser and evaluator for Rust cfg() expressions. Targets as of Rust 1.58.0 are supported.☆45Updated 2 weeks ago
- A lightweight attribute for easy generation of const functions with conditional compilations.☆30Updated 3 weeks ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆35Updated last year
- structured parallel execution for async Rust☆37Updated last year
- Unsafe marker trait for types that deref to a stable address☆32Updated 2 months ago
- A concise, self-describing binary format written in Rust for Serde☆67Updated last year
- Zero-cost bitsets over native Rust types☆79Updated last month
- Generic SIMD abstractions for Rust.☆46Updated 3 years ago
- ☆36Updated last year
- Helper macros: autoimpl, impl_scope☆68Updated 3 weeks ago
- Defer running expensive destructors until later☆19Updated 3 years ago
- Lending iterators on stable Rust☆83Updated last year
- Atomic operations on potentially uninitialized integers.☆25Updated this week
- #[derive(Future, Stream, Sink, AsyncRead, AsyncWrite, AsyncSeek, AsyncBufRead)] for enums.☆17Updated 3 weeks ago
- impl fallible collections in rust, quite as describe in RFC 2116☆40Updated last year
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆55Updated 2 months ago
- Exposes arch-specific intrinsics as safe function (via cfg).☆57Updated 3 weeks ago
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆87Updated last week
- A Rust library for runtime-checked linearish types☆36Updated 2 years ago
- Easy recursion in Rust, without stack overflows.☆36Updated last year
- Const TypeId and non-'static TypeId☆70Updated last week
- A low-level I/O ownership and borrowing library☆106Updated 4 months ago
- Threadsafe RefCell for Rust☆99Updated 9 months ago
- A thread pool for running multiple tasks on a configurable group of threads.☆51Updated 2 years ago
- A memory efficient container for rust nested collections☆43Updated 3 years ago
- Automatic cfg for Rust compiler features☆110Updated 6 months ago
- Attribute proc-macro to delegate method to a field☆29Updated 2 years ago