SOF3 / dirmod
Automatic `mod` declaration with visibility/re-export customization, conditional compilation and more.
☆19Updated last year
Related projects ⓘ
Alternatives and complementary repositories for dirmod
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆42Updated 9 months ago
- Exposes arch-specific intrinsics as safe function (via cfg).☆48Updated 3 months ago
- Data structures like Rust `alloc` which reuse user allocated memory☆51Updated last month
- Stack-allocated DSTs for rust (fixed capacity)☆47Updated 8 months ago
- ☆29Updated 6 months ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆75Updated this week
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆30Updated 3 weeks ago
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆58Updated 3 months ago
- Macro for sealing traits and structures☆49Updated last month
- Remove Cargo.lock lockfile☆33Updated this week
- horrible serde macro stuff☆38Updated last year
- Test harness for declarative and procedural macros expansion via `cargo-expand`☆50Updated 4 months ago
- A primitive for writing structural search and replace programs for rust☆31Updated 4 months ago
- Lending iterators on stable Rust☆80Updated 10 months ago
- Imitate the documentation build that docs.rs would do☆40Updated this week
- `&own` pointers in Stable Rust / `RefOwn` / `&mut` with move semantics (and thus drop)☆19Updated 3 months ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆62Updated 2 months ago
- Integer types with customizable niche values☆38Updated last month
- Cargo API written in Paris☆43Updated this week
- Read trait fixed to soundly work with uninitalized memory☆25Updated 11 months ago
- cargo subcommand for building proc-macro crates with web assembly☆34Updated 4 years ago
- A Rust library for runtime-checked linearish types☆31Updated last year
- structured parallel execution for async Rust☆30Updated 2 months ago
- A sinless derive helper☆48Updated this week
- ☆35Updated last year
- ☆55Updated last year
- Find out about keys that are ignored when deserializing data☆76Updated this week
- serde::Deserializer for proc_macro/proc_macro2::TokenStream☆64Updated last week
- A lightweight attribute for easy generation of const functions with conditional compilations.☆26Updated 3 weeks ago
- SegVec data structure for rust. Similar to Vec, but allocates memory in chunks of increasing size.☆35Updated 10 months ago