bluejekyll / enum-as-innerLinks
Macros for deriving as functions to access Enums as their inner components
☆102Updated 9 months ago
Alternatives and similar repositories for enum-as-inner
Users that are interested in enum-as-inner are comparing it to the libraries listed below
Sorting:
- A rust crate to find the total size of an object, on the stack and on the heap☆107Updated last year
- Oneshot Rust channel working both in and between sync and async environments☆88Updated 3 months ago
- Define your own PhantomData☆152Updated last month
- Write doc comments from macros☆99Updated 3 years ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆165Updated this week
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆144Updated 10 months ago
- A scope for async_std and tokio to spawn non-static futures☆135Updated last year
- Create extensions for types you don't own with extension traits but without the boilerplate☆130Updated 2 years ago
- Migrated to Codeberg☆79Updated last year
- Typed index version of Rust slice and Vec containers☆69Updated last month
- Graph the number of crates that depend on your crate over time☆248Updated last week
- Macro to repeat sequentially indexed copies of a fragment of code☆155Updated last month
- A variant of include_bytes!/include_str! with compile-time deflation and runtime lazy inflation☆137Updated 7 months ago
- Find out about keys that are ignored when deserializing data☆85Updated last month
- Compile-time checks that an enum or match is written in sorted order☆115Updated 2 weeks ago
- Semantic wrapper for byte count representations☆136Updated 2 months ago
- Utilities for working with impl traits in Rust.