peterjoel / velcroLinks
Collection initialization macros for Rust
☆67Updated 9 months ago
Alternatives and similar repositories for velcro
Users that are interested in velcro are comparing it to the libraries listed below
Sorting:
- Helper macros: autoimpl, impl_scope☆66Updated 2 months ago
- Compile-time checks that an enum or match is written in sorted order☆117Updated last week
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆149Updated 2 weeks ago
- Lossless functionality for platform-native strings.☆71Updated 2 months ago
- Cargo API written in Paris☆51Updated 2 weeks ago
- Macro for sealing traits and structures☆59Updated 8 months ago
- A rust crate to find the total size of an object, on the stack and on the heap☆109Updated last year
- Parsing and inspecting Rust literals (particularly useful for proc macros)☆45Updated 3 weeks ago
- A cargo-companion to become a 'lean crate' (a member of The Lean Crate Initiative)☆158Updated this week
- Rust data types and a macro for generating enumeration-based bit flags☆49Updated 2 weeks ago
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆112Updated 3 months ago
- ☆112Updated 2 years ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆76Updated last week
- Proc macro for smol async runtime☆53Updated 4 years ago
- Find out about keys that are ignored when deserializing data☆88Updated last week
- Fake implementation of `std::Fn` for user-defined data types☆36Updated 2 years ago
- A serde serializer that serializes a subset of types into plain strings☆59Updated last year
- String optimized for map keys☆66Updated last month
- Const equivalents of std functions, compile-time comparison, and parsing.☆105Updated last week
- A rust crate to offer compile-time assistance for working with unsafe code.☆122Updated 3 years ago
- Cargo hack manager☆64Updated last year
- ASCII-only equivalents to `char`, `str` and `String`.☆73Updated last year
- Postfix macros on stable Rust, today.☆75Updated 4 years ago
- Abstract over different executors☆74Updated 2 years ago
- Typed index version of Rust slice and Vec containers☆70Updated last week
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆82Updated 4 months ago
- Oneshot Rust channel working both in and between sync and async environments☆91Updated 6 months ago
- A collection of small utilities for working with pointer types in Rust.☆127Updated 7 months ago
- Make trait methods callable without the trait in scope☆152Updated last week
- Declarative parsing for Rust, using a custom derive and nom☆68Updated last month