taiki-e / derive_utils
A procedural macro helper for easily writing custom derives for enums.
☆31Updated this week
Alternatives and similar repositories for derive_utils:
Users that are interested in derive_utils are comparing it to the libraries listed below
- Unsafe marker trait for types that deref to a stable address☆31Updated last year
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆30Updated 4 months ago
- A more flexible version of the Rust `scoped-tls` library☆18Updated 5 months ago
- A lightweight attribute macro for easily writing extension trait pattern.☆49Updated this week
- ☆38Updated last year
- Take a value atomically once.☆27Updated 2 years ago
- A lightweight, no-std, object-safe, serialization-only framework for Rust☆96Updated last month
- Automatic cfg for Rust compiler features☆95Updated 5 months ago
- Make any value Sync but only available on its original thread☆39Updated last week
- Fake implementation of `std::Fn` for user-defined data types☆36Updated 2 years ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆74Updated last week
- A growable bit-vector for Rust, optimized for size☆40Updated 3 weeks ago
- Generate is a library for building iterators on the fly☆39Updated 3 years ago
- A primitive for writing structural search and replace programs for rust☆31Updated 8 months ago
- myrrlyn’s wyzyrdly library☆25Updated 11 months ago
- Macro-rules-style syntax matching for procedural macros☆52Updated last year
- Lossless functionality for platform-native strings.☆71Updated 2 weeks ago
- Rust closures you can transfer over an FFI boundary☆25Updated 4 years ago
- Simple goldenfile testing in Rust.☆39Updated last month
- ☆35Updated last month
- #[derive(Iterator, DoubleEndedIterator, ExactSizeIterator, FusedIterator, Extend)] for enums.☆14Updated this week
- Helper macros: autoimpl, impl_scope☆59Updated 2 months ago
- A rust library for reusing heap allocations☆24Updated 5 years ago
- `NonEmpty` library vector for rust☆19Updated 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.☆46Updated last year
- A generic, fixed-size, associative cache☆39Updated 4 months ago
- Parsing and inspecting Rust literals (particularly useful for proc macros)☆43Updated last year
- Collection of typed data structures, trait operators and aliases☆51Updated 4 years ago
- A Rust crate for formatting strings dynamically☆31Updated last year
- Duplicate an async I/O handle☆40Updated last month