taiki-e / iter-enumLinks
#[derive(Iterator, DoubleEndedIterator, ExactSizeIterator, FusedIterator, Extend)] for enums.
☆14Updated 3 months ago
Alternatives and similar repositories for iter-enum
Users that are interested in iter-enum are comparing it to the libraries listed below
Sorting:
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆31Updated 8 months ago
- A safe-guarded transmute for Rust☆38Updated last year
- A procedural macro helper for easily writing custom derives for enums.☆32Updated 3 months ago
- Unsafe marker trait for types that deref to a stable address☆32Updated 2 years ago
- cross-platform Rust API for memory mapped IO☆42Updated last year
- Atomic operations on potentially uninitialized integers.☆20Updated 2 weeks ago
- Make any value Sync but only available on its original thread☆39Updated 3 months ago
- ☆39Updated 2 years ago
- structured parallel execution for async Rust☆33Updated 10 months ago
- A primitive for writing structural search and replace programs for rust☆31Updated 11 months ago
- A lightweight attribute for easy generation of const functions with conditional compilations.☆27Updated 3 months ago
- ☆36Updated 10 months ago
- #[derive(Future, Stream, Sink, AsyncRead, AsyncWrite, AsyncSeek, AsyncBufRead)] for enums.☆17Updated 3 months ago
- Byte-wise atomic memcpy.☆36Updated last month
- Completion futures for Rust☆19Updated 2 years ago
- ☆27Updated 2 years ago
- Helper macros: autoimpl, impl_scope☆63Updated this week
- ☆29Updated last year
- A safe `Pin`-based intrusive doubly-linked list in Rust☆21Updated 2 months ago
- A radioactive stabilization of the ptr_meta RFC.☆29Updated last month
- A Rust library for runtime-checked linearish types☆34Updated last year
- An implementation of Kensler's hashed permutation algorithm☆16Updated 4 months ago
- Defer running expensive destructors until later☆19Updated 2 years ago
- Synchronization primitives for lazy and one-time initialization (no_std compatible).☆34Updated 2 months ago
- A trait-based system for creating async Wakers. Because RawWakers are healthier after they've been cooked.☆21Updated 4 years ago
- Generic SIMD abstractions for Rust.☆47Updated 2 years ago
- ☆34Updated 8 months ago
- A growable bit-vector for Rust, optimized for size☆41Updated 4 months ago
- Attribute proc-macro to delegate method to a field☆29Updated last year
- Rust traits for key comparison in maps.☆30Updated 4 months ago