danielhenrymantilla / next-gen-rsView external linksLinks
Safe generators on stable Rust.
☆40Jul 1, 2023Updated 2 years ago
Alternatives and similar repositories for next-gen-rs
Users that are interested in next-gen-rs are comparing it to the libraries listed below
Sorting:
- Read trait fixed to soundly work with uninitalized memory☆28Nov 20, 2023Updated 2 years ago
- `&own` pointers in Stable Rust / `RefOwn` / `&mut` with move semantics (and thus drop)☆25Aug 11, 2024Updated last year
- Tiny little crate to determine how large an unnameable type is.☆12Mar 29, 2025Updated 10 months ago
- Open a scope and then freeze it in time for future access.☆108Aug 19, 2024Updated last year
- Stackless generators on stable Rust.☆478Jun 24, 2022Updated 3 years ago
- Efficient byte-stream pipe buffer☆44Jul 1, 2024Updated last year
- Transform tagged Markdown string to HTML during build time.☆24May 22, 2023Updated 2 years ago
- Allow function lifetime elision and explicit `for<'a>` annotations on closures.☆25Jan 31, 2022Updated 4 years ago
- Build and runs code in a sandboxed macOS environment☆35Dec 5, 2025Updated 2 months ago
- Support for compiling C programs with Eyra☆15Oct 13, 2024Updated last year
- ☆12Feb 4, 2024Updated 2 years ago
- A direct replacement for `assert_eq` for unordered collections☆13Apr 17, 2022Updated 3 years ago
- Experimenting with number-to-string and string-to-number conversions in Rust☆14May 23, 2015Updated 10 years ago
- A Font with extensive coverage of Unicode13 as of March 2020 (part of Unicode Fonts for Ancient Scripts)☆15Mar 26, 2020Updated 5 years ago
- Fallible allocation support for Rust's Vec☆30May 14, 2024Updated last year
- Lending iterators on stable Rust☆83Jan 12, 2024Updated 2 years ago
- Rust generators implemented through async/await syntax☆12Sep 29, 2023Updated 2 years ago
- `Pin`-based stopgap for unboxed aliasable values in self-referential data structures in Rust☆15Aug 27, 2022Updated 3 years ago
- Non-standard integer types like u7, u9, u10, u63, i7, i9 etc.☆11Nov 11, 2024Updated last year
- Bi-directional record in type-safe way☆17Sep 26, 2024Updated last year
- Attribute to use on the `trait` methods (or associated functions) that you wish to "seal", a.k.a., render them `final`.☆15Apr 16, 2025Updated 10 months ago
- An implementation of Piet's text interface using cosmic-text☆14Apr 23, 2024Updated last year
- ☆20Feb 9, 2026Updated last week
- Attribute to override the visibility of items (useful in conjunction with cfg_attr)☆15Aug 13, 2024Updated last year
- ☆13Jan 28, 2026Updated 2 weeks ago
- An alternative to `qcell` and `ghost-cell` that instead uses const generics☆13Feb 7, 2023Updated 3 years ago
- std-alternative prototyping / education library☆12Dec 1, 2025Updated 2 months ago
- ☆13May 26, 2024Updated last year
- Make any value Sync but only available on its original thread☆39Dec 20, 2025Updated last month
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆35Oct 22, 2024Updated last year
- causal-length sets in Rust☆16Mar 20, 2021Updated 4 years ago
- "Valgrind Client Request" interface for Rust☆18Jan 30, 2026Updated 2 weeks ago
- Arithmetic coding library☆17Feb 1, 2026Updated 2 weeks ago
- Permutations library for Rust☆14Jul 21, 2022Updated 3 years ago
- Zero-copy, no-std proquint encoding and decoding☆13May 7, 2023Updated 2 years ago
- #[derive(Future, Stream, Sink, AsyncRead, AsyncWrite, AsyncSeek, AsyncBufRead)] for enums.☆18Feb 7, 2026Updated last week
- A proc macro for creating compile-time checked CSS class sets, in the style of classNames☆17Jan 7, 2023Updated 3 years ago
- You can name anonymous Future from async fn without dyn or Box!☆63Mar 26, 2022Updated 3 years ago
- Compile-time string operations☆117Feb 1, 2026Updated 2 weeks ago