Automatically derives `is_dog` and `is_cat` methods for `enum Pet { Dog, Cat }`.
☆22Dec 26, 2020Updated 5 years ago
Alternatives and similar repositories for derive_is_enum_variant
Users that are interested in derive_is_enum_variant are comparing it to the libraries listed below
Sorting:
- A small crate to provide space-efficient Option<_> replacements☆38Mar 10, 2025Updated 11 months ago
- async time combinators☆25Nov 9, 2025Updated 3 months ago
- A generic, fixed-size, associative cache☆40Nov 8, 2024Updated last year
- Number names is a Rust library to provide formatted string names for cardinal and ordinal numbers.☆13May 16, 2022Updated 3 years ago
- Rust map and set literals☆24Apr 18, 2020Updated 5 years ago
- Tiny dynamic dispatch in Rust☆10Apr 17, 2023Updated 2 years ago
- ☆15Dec 24, 2018Updated 7 years ago
- Functions for determining terminal sizes in Rust☆14Feb 16, 2026Updated last week
- ☆27Mar 4, 2020Updated 5 years ago
- Bindings to TinyGL, a Small, Free and Fast Subset of OpenGL☆13Dec 1, 2022Updated 3 years ago
- Non-standard integer types like u7, u9, u10, u63, i7, i9 etc.☆11Nov 11, 2024Updated last year
- ☆12Jun 3, 2023Updated 2 years ago
- Framework for reading and writing to binary files☆18Jul 13, 2019Updated 6 years ago
- A lightweight attribute for easy generation of const functions with conditional compilations.☆31Feb 7, 2026Updated 3 weeks ago
- XaaS for KaTeX on docs.rs☆13Apr 21, 2018Updated 7 years ago
- A c_import macro for Rust☆14Apr 21, 2025Updated 10 months ago
- proc-macro for accessing struct field names at runtime☆39Jan 10, 2022Updated 4 years ago
- A crate for compile-time duck typing and reflection of structs☆16Jan 22, 2022Updated 4 years ago
- Write simple proc-macros inline with other source code.☆20Nov 24, 2024Updated last year
- Experiment to get k-combinations working as a const fn☆13Nov 27, 2025Updated 3 months ago
- Zero-copy, no-std proquint encoding and decoding☆13May 7, 2023Updated 2 years ago
- Async task switching for cooperative multitasking in single thread environments with no_std support.☆17Feb 9, 2022Updated 4 years ago
- Provides truly zero-cost alternatives to Iterator::step_by for both incrementing and decrementing any type that satisfies RangeBounds<T: …☆13Jan 5, 2022Updated 4 years ago
- Log macro for logs kv-unstable backend☆20Feb 23, 2021Updated 5 years ago
- ☆20Sep 1, 2018Updated 7 years ago
- A music composition tool for structuring chord progressions and patterns, written in Rust.☆15Mar 23, 2020Updated 5 years ago
- Tools to sort, merge, write, and read immutable key-value pairs☆26Sep 18, 2025Updated 5 months ago
- Very simple Rust string interpolation☆36Feb 22, 2023Updated 3 years ago
- Low-dimensional vector and matrix structures and common operations for them☆23Apr 21, 2022Updated 3 years ago
- A lightweight CSV viewer/editor☆17Jul 25, 2023Updated 2 years ago
- A fast, extensible, command-line arguments parser☆18Mar 3, 2021Updated 4 years ago
- Generate is a library for building iterators on the fly☆39Jun 18, 2021Updated 4 years ago
- Running In To Space, a small game for the Ludum Dare 42 game jam☆15Aug 12, 2018Updated 7 years ago
- A synchronization primitive for lock-free reads with one concurrent writer☆21Apr 17, 2017Updated 8 years ago
- Is an Iterator sorted?☆22Oct 16, 2023Updated 2 years ago
- Implementation of PBRT in rust based on the C++ version by Matt Pharr, Grep Humphreys, and Wenzel Jakob.☆18Jun 21, 2022Updated 3 years ago
- A friendly Rust utility crate for duration and datetime☆38Feb 12, 2022Updated 4 years ago
- Real-time graphing experiment written in Rust