rust-lang / project-deref-patternsLinks
☆11Updated 3 years ago
Alternatives and similar repositories for project-deref-patterns
Users that are interested in project-deref-patterns are comparing it to the libraries listed below
Sorting:
- The never type (the true one!) in stable Rust.☆37Updated 3 years ago
- An alternative to `qcell` and `ghost-cell` that instead uses const generics☆13Updated 2 years ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆31Updated 8 months ago
- ☆41Updated last year
- Proc macro derive to generate structs from enum variants.☆29Updated 2 years ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆75Updated 3 months ago
- ☆21Updated 2 years ago
- A memory efficient syntax tree for language developers☆62Updated last month
- We have Crater At Home☆35Updated 8 months ago
- Tools to avoid unnecessary usage of safe code☆38Updated 4 years ago
- Fake implementation of `std::Fn` for user-defined data types☆36Updated 2 years ago
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆49Updated last year
- Parse byte size into integer accurately.☆29Updated 9 months ago
- A lightweight attribute for easy generation of const functions with conditional compilations.☆27Updated 3 months ago
- Macro copying a struct with Option fields. Useful for config initialization☆40Updated 10 months ago
- Macro for sealing traits and structures☆56Updated 6 months ago
- Port of the regex crate for use with ropes☆39Updated 4 months ago
- Twinsies is a specialized reference-counting pointer where the item is jointly owned in 2 places☆27Updated last year
- Pretty backtraces for rust☆15Updated 3 years ago
- Cargo API written in Paris☆50Updated 3 weeks ago
- A utility micro-crate for using `Into` more ergonomically.☆10Updated 4 years ago
- Inline procedural macros for Rust☆57Updated 2 years ago
- Automatic `mod` declaration with visibility/re-export customization, conditional compilation and more.☆21Updated 2 years ago
- Debug RefCell which keeps track of stack traces in debug mode☆24Updated last year
- ☆40Updated last year
- a reference-counting cycle collection library in rust☆77Updated 2 years ago
- Allow function lifetime elision and explicit `for<'a>` annotations on closures.☆23Updated 3 years ago
- Safely transmute type to itself in generic context in Rust☆14Updated 2 years ago
- Macro-rules-style syntax matching for procedural macros☆53Updated last year
- ☆43Updated last year