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:
- Define your own PhantomData☆158Updated last month
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆151Updated 2 months ago
- A scope for async_std and tokio to spawn non-static futures☆148Updated last year
- Better reference counted strings for Rust☆137Updated last year
- Oneshot Rust channel working both in and between sync and async environments☆92Updated 7 months ago
- Utility wrapper to send non send types to other threads safely☆188Updated 6 months ago
- Pull in every source file in a directory as a module☆179Updated 3 weeks ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆174Updated 2 months ago
- A variant of include_bytes!/include_str! with compile-time deflation and runtime lazy inflation☆143Updated 3 weeks ago
- A rust crate to find the total size of an object, on the stack and on the heap☆109Updated last year
- ☆195Updated 3 weeks ago
- Safe-to-use proc-macro-free self-referential structs in stable Rust.☆278Updated 2 months ago
- Fork of std::Arc with lots of utilities useful for FFI☆258Updated 2 weeks ago
- Utilities for dealing with substructures within syn macros☆142Updated 5 months ago
- Compile-time checks that an enum or match is written in sorted order☆119Updated last month
- Make trait methods callable without the trait in scope☆159Updated last month
- Threadsafe RefCell for Rust☆95Updated 7 months ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆215Updated 3 weeks ago
- Fast, FFI-friendly string interning for Rust☆173Updated last year
- Write doc comments from macros☆100Updated this week
- Graph the number of crates that depend on your crate over time☆253Updated last month
- Create extensions for types you don't own with extension traits but without the boilerplate☆131Updated 2 years ago
- Const TypeId and non-'static TypeId☆68Updated last month
- Const equivalents of std functions, compile-time comparison, and parsing.☆106Updated last month
- Migrated to Codeberg☆80Updated 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.☆114Updated 5 months ago
- Macro to repeat sequentially indexed copies of a fragment of code☆159Updated last month
- Compile-time string operations☆107Updated last month
- Automatic cfg for Rust compiler features☆104Updated 4 months ago
- Conditional compilation using boolean expression syntax, rather than any(), all(), not()☆291Updated 2 years ago