mversic / disjoint_implsLinks
Support for variety of disjoint impls distinguished by associated types
☆21Updated this week
Alternatives and similar repositories for disjoint_impls
Users that are interested in disjoint_impls are comparing it to the libraries listed below
Sorting:
- Rust crate providing a reimplementation of the `std::Any` trait that supports types with non-`'static` lifetimes.☆41Updated 10 months ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆34Updated last year
- A primitive for writing structural search and replace programs for rust☆31Updated last month
- ☆43Updated 2 years ago
- Const equivalents of std functions, compile-time comparison, and parsing.☆106Updated last week
- Macro for sealing traits and structures☆59Updated 11 months ago
- Zero-cost specialization in generic context on stable Rust☆23Updated 5 months ago
- ☆36Updated 3 years ago
- Integer types with customizable niche values☆50Updated 11 months ago
- ☆42Updated 2 years ago
- A simple and convenient way to bundle owned data with a borrowing type.☆28Updated 3 years ago
- An exploration into the various ways optional trait methods can be implemented in Rust.☆41Updated 4 months ago
- Self-referencial structs using the async/await transformation☆43Updated 4 years ago
- Lending iterators on stable Rust☆83Updated last year
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆76Updated last month
- Data structures like Rust `alloc` which reuse user allocated memory☆61Updated last month
- Fast Function Dispatch: Improving the performance of Rust's dynamic function calls☆33Updated last year
- Use declarative macros as proc_macro attributes or derives☆146Updated 5 months ago
- A sinless derive helper☆75Updated 4 months ago
- A memory efficient syntax tree for language developers☆62Updated 3 months ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆88Updated 6 months ago
- Postfix macros on stable Rust, today.☆75Updated 4 years ago
- Minimalist Rust syntax parsing for procedural macros☆66Updated last year
- Strongly typed APIs for non-empty collections, slices, and iterators.☆77Updated this week
- A fast bump allocator that supports allocation scopes / checkpoints. Aka an arena for values of arbitrary types.☆50Updated this week
- Parsing and inspecting Rust literals (particularly useful for proc macros)☆50Updated 3 weeks ago
- An alternate Cargo registry using static files☆133Updated 3 weeks ago
- A (mostly) drop-in replacement for Rust's Result that provides backtrace support.☆25Updated 3 years ago
- Typed index version of Rust slice and Vec containers☆74Updated 2 months ago
- Abstract over different executors☆74Updated 2 years ago