Adds derive macros for better bounds on generated Copy, Debug, etc. implementations
☆12Nov 27, 2024Updated last year
Alternatives and similar repositories for perfect-derive
Users that are interested in perfect-derive are comparing it to the libraries listed below
Sorting:
- Rust crate for Ok-wrapping and try blocks☆22Oct 18, 2022Updated 3 years ago
- A small library built on top of naga that makes WGSL shaders smaller.☆22Dec 19, 2025Updated 2 months ago
- Type-level heterogeneous list, and indexing that, when coupled with type inference, approximates type-directed search☆17Nov 22, 2017Updated 8 years ago
- Streaming parser extensions for BufRead☆23Dec 12, 2019Updated 6 years ago
- async time combinators☆25Nov 9, 2025Updated 3 months ago
- provides a `MaybeOwned<'a,T>` type different to std's `Cow` it implements `From<T>` and `From<&'a T>` and does not require `ToOwned`☆31Mar 5, 2023Updated 3 years ago
- Determine the size in bytes an object occupies inside RAM.☆22Jun 16, 2024Updated last year
- Stay updated with the latest versions of your essential software!☆23May 9, 2025Updated 9 months ago
- Minimalist Rust syntax parsing for procedural macros☆66May 30, 2024Updated last year
- A heckin small test generator☆30Apr 29, 2023Updated 2 years ago
- An async version of iterator