tkaitchuck / constrandom
Macro to generate random constants in Rust https://xkcd.com/221/
☆76Updated 10 months ago
Alternatives and similar repositories for constrandom:
Users that are interested in constrandom are comparing it to the libraries listed below
- Make trait methods callable without the trait in scope☆135Updated last week
- Safe, zero-cost downcasting for limited compile-time specialization.☆155Updated last month
- Better reference counted strings for Rust☆117Updated 6 months ago
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆135Updated 5 months ago
- Run closures in parallel☆112Updated last week
- ☆55Updated last year
- A rust crate to find the total size of an object, on the stack and on the heap☆105Updated last year
- Macro to repeat sequentially indexed copies of a fragment of code☆142Updated this week
- ☆50Updated 4 months ago
- A library for compact bit sets containing enums.☆95Updated last month
- Automatic cfg for Rust compiler features☆95Updated 4 months ago
- Concatenate identifiers in a macro invocation☆93Updated 2 years ago
- docs.rs as a publishing platform?☆66Updated last week
- ☆105Updated 9 months ago
- ☆178Updated last month
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆74Updated last week
- Small Box optimization: store small item on stack and fallback to heap for large item.☆77Updated last month
- Utilities for pinning☆97Updated 9 months ago
- Oneshot Rust channel working both in and between sync and async environments☆84Updated 3 months ago
- Extensions for the Rust standard library☆39Updated 9 months ago
- A map implementation that relies on fixed-size storage derived by a procedural macro☆43Updated last month
- ☆123Updated 2 years ago
- Inline procedural macros for Rust☆54Updated 2 years ago
- ASCII-only equivalents to `char`, `str` and `String`.☆72Updated 6 months ago
- Compile-time checks that an enum or match is written in sorted order☆113Updated last week
- Token tree calling convention☆79Updated 2 years ago
- Const equivalents of std functions, compile-time comparison, and parsing.☆90Updated last month
- Write doc comments from macros☆99Updated 3 years ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆191Updated last week
- `$crate` in procedural macros.☆68Updated 3 weeks ago