Soft / enum-kinds
Generate enums with matching variants, but without any of the associated data.
☆17Updated 2 years ago
Alternatives and similar repositories for enum-kinds:
Users that are interested in enum-kinds are comparing it to the libraries listed below
- A library for compact bit sets containing enums.☆98Updated 2 weeks ago
- Safe wrapper for initializing arrays☆73Updated 2 years ago
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆109Updated 2 years ago
- Embed images in Rust documentation☆26Updated 3 years ago
- Migrated to Codeberg☆80Updated last year
- A thread pool for running multiple tasks on a configurable group of threads.☆49Updated last year
- Oneshot Rust channel working both in and between sync and async environments☆86Updated last month
- `&own` pointers in Stable Rust / `RefOwn` / `&mut` with move semantics (and thus drop)☆20Updated 7 months ago
- Mirror of Rust's allocator api for use on stable rust☆51Updated last month
- Extract documentation for the feature flags from comments in Cargo.toml☆178Updated last month
- Macro for sealing traits and structures☆52Updated 3 months ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆156Updated 3 weeks ago
- Postfix macros on stable Rust, today.☆76Updated 4 years ago
- ☆40Updated 5 months ago
- Rust procedural macro attribute parser☆38Updated 9 months ago
- A map implementation that relies on fixed-size storage derived by a procedural macro☆44Updated 3 months ago
- Floating point types which can be safely shared between threads☆16Updated 6 months ago
- Generic and convenient `std` atomics via `Atomic<T>`