jpernst / rentalView external linksLinks
Rust macro to generate self-referential structs
☆211May 1, 2021Updated 4 years ago
Alternatives and similar repositories for rental
Users that are interested in rental are comparing it to the libraries listed below
Sorting:
- Procedural macros in expression position☆204Dec 19, 2022Updated 3 years ago
- A library for creating references that carry their owner with them.☆384Oct 12, 2023Updated 2 years ago
- Error management☆1,419May 2, 2020Updated 5 years ago
- [rust] Extensions to the Box type☆23Apr 24, 2019Updated 6 years ago
- Concatenate identifiers in a macro invocation☆94Dec 19, 2022Updated 3 years ago
- Rust doesn't have exceptions☆635Aug 17, 2020Updated 5 years ago
- Ensure correct assumptions about constants, types, and more in Rust☆645Nov 18, 2023Updated 2 years ago
- a Rust library implementing safe, lightweight context switches, without relying on kernel services☆538Aug 25, 2021Updated 4 years ago
- A Rust compiler plugin and support library to annotate overflow behavior☆106May 29, 2023Updated 2 years ago
- Implements a fixed-capacity stack-allocated Vec alternative backed by an array, using const generics.☆266May 29, 2023Updated 2 years ago
- Async tracing capabilities for the log crate☆98Jan 11, 2021Updated 5 years ago
- Unix signal handling for tokio☆88Sep 14, 2018Updated 7 years ago
- Colorful panic backtraces for Rust☆600Oct 28, 2025Updated 3 months ago
- a smaller, faster and panic-free alternative to core::fmt☆389Feb 14, 2024Updated 2 years ago
- A tool for reasoning about breaking changes in Rust ecosystems☆39Nov 28, 2021Updated 4 years ago
- "Freedom from syn": Proc macro tools for operating on token trees☆108Mar 21, 2020Updated 5 years ago
- A tool for transforming Rust code using rules☆716Jun 4, 2023Updated 2 years ago
- Type-safe transmutations between layout-compatible types.☆122Aug 11, 2020Updated 5 years ago
- ☆110Apr 3, 2024Updated last year
- A safe arena allocator that allows deletion without suffering from the ABA problem by using generational indices.☆686Aug 18, 2023Updated 2 years ago
- A small crate to provide space-efficient Option<_> replacements☆37Mar 10, 2025Updated 11 months ago
- reprints for your terminal screen☆20Apr 11, 2016Updated 9 years ago
- Counting occurrences of a given byte or UTF-8 characters in a slice of memory – fast☆232Jun 3, 2025Updated 8 months ago
- Executor Agnostic Runtime that can run your futures with your favourite Executor☆144Apr 29, 2021Updated 4 years ago
- Compile-time reflection API for developing robust procedural macros (proof of concept)☆769Updated this week
- Automatically apply the suggestions made by rustc☆851Nov 22, 2023Updated 2 years ago
- Assorted immutable collection datatypes for Rust☆1,570Aug 19, 2024Updated last year
- A macro to generate Rust actors☆46Jan 14, 2021Updated 5 years ago
- A rust library for checked floating point operations☆83Jan 6, 2026Updated last month
- Test your Rust Markdown documentation via Cargo☆299Mar 25, 2024Updated last year
- Easy self-referential struct generation for Rust.☆691Jan 11, 2025Updated last year
- [deprecated] Avoid memcpy calls when working with standard containers☆280Sep 23, 2022Updated 3 years ago
- Intrusive collections for Rust☆487Jan 5, 2026Updated last month
- The arena, a fast but limited type of allocator☆577Aug 16, 2024Updated last year
- Extremely generic linear algebra libary for Rust☆230Oct 22, 2024Updated last year
- A typesafe store keyed by types and containing different types of values.☆181Dec 27, 2018Updated 7 years ago
- Intended to allow taking a T from a &mut T temporarily☆81Nov 21, 2019Updated 6 years ago
- A string type for Rust that is not required to be valid UTF-8.☆1,030Oct 26, 2025Updated 3 months ago
- A fast monadic-style parser combinator designed to work on stable Rust.☆243May 11, 2022Updated 3 years ago