bluejekyll / enum-as-innerLinks
Macros for deriving as functions to access Enums as their inner components
☆104Updated last year
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:
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆152Updated last month
- A rust crate to find the total size of an object, on the stack and on the heap☆113Updated last year
- Oneshot Rust channel working both in and between sync and async environments☆97Updated 10 months ago
- Make trait methods callable without the trait in scope☆161Updated 3 weeks ago
- A scope for async_std and tokio to spawn non-static futures☆155Updated last year
- Compile-time checks that an enum or match is written in sorted order☆120Updated 3 weeks ago
- Better reference counted strings for Rust☆139Updated last year
- Safe-to-use proc-macro-free self-referential structs in stable Rust.☆291Updated last week
- Define your own PhantomData☆158Updated 3 weeks ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆178Updated 5 months ago
- ☆201Updated last month
- Create extensions for types you don't own with extension traits but without the boilerplate☆134Updated 2 years ago
- Fork of std::Arc with lots of utilities useful for FFI☆274Updated last week
- Fast, FFI-friendly string interning for Rust☆176Updated last year
- A variant of include_bytes!/include_str! with compile-time deflation and runtime lazy inflation