A proc-macro to break Rust IDEs
☆65Jul 14, 2021Updated 4 years ago
Alternatives and similar repositories for proc-caesar
Users that are interested in proc-caesar are comparing it to the libraries listed below
Sorting:
- ☆16Jan 28, 2021Updated 5 years ago
- Take a reference and get back a slice of length one☆26Apr 29, 2021Updated 4 years ago
- ☆21May 18, 2023Updated 2 years ago
- 7drl2020☆18Oct 28, 2024Updated last year
- Helper proc-macro to "ungroup" a captured metavariable☆10Jul 19, 2023Updated 2 years ago
- Ticketed lock synchronization primitive☆11Jan 25, 2021Updated 5 years ago
- pin-safe interior mutability☆14Jan 30, 2022Updated 4 years ago
- String formatting utilities that return impl Display and are 100% no_std compatible☆39May 13, 2021Updated 4 years ago
- An implementation of the `group_by` Haskell function for slice and strings☆54May 3, 2023Updated 2 years ago
- Make trait methods callable without the trait in scope☆163Feb 16, 2026Updated 2 weeks ago
- Backported standard Rust library to older compilers.☆23Oct 7, 2022Updated 3 years ago
- An attribute macro for creating a `Standard` distribution for rust types☆17May 18, 2021Updated 4 years ago
- Assure that your tests are there, and well written.☆16Jan 19, 2023Updated 3 years ago
- Postfix macros on stable Rust, today.☆76Mar 1, 2021Updated 5 years ago
- Light references to trait objects by embedding the virtual table pointer in the struct☆25Aug 25, 2024Updated last year
- The peano numbers implemented in Rust's type system.☆24Sep 4, 2016Updated 9 years ago
- ☆63Oct 28, 2025Updated 4 months ago
- Utilities for pinning☆100Apr 5, 2024Updated last year
- A library that provides Gitter API☆14Jul 23, 2018Updated 7 years ago
- A faster replacement for `#[derive(Hash)]` for types without padding☆30Aug 18, 2025Updated 6 months ago
- Aligned allocation for Rust☆15Oct 27, 2020Updated 5 years ago
- Conditional compilation according to rustc compiler version☆392Feb 16, 2026Updated 2 weeks ago
- Proc macro for using doc comments as context for errors/logs/profiling/whatever via `tracing`☆47Apr 27, 2022Updated 3 years ago
- A BASIC to Brainf**k compiler written in Rust