magiclen / educeLinks
This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.
☆151Updated 2 months ago
Alternatives and similar repositories for educe
Users that are interested in educe are comparing it to the libraries listed below
Sorting:
- Const equivalents of std functions, compile-time comparison, and parsing.☆106Updated last month
- Oneshot Rust channel working both in and between sync and async environments☆92Updated 7 months ago
- Better reference counted strings for Rust☆137Updated last year
- Define your own PhantomData☆158Updated last month
- A scope for async_std and tokio to spawn non-static futures☆148Updated last year
- Safe, zero-cost downcasting for limited compile-time specialization.☆174Updated 2 months ago
- Utility wrapper to send non send types to other threads safely☆188Updated 6 months ago
- Macro to repeat sequentially indexed copies of a fragment of code☆159Updated last month
- Macros for deriving as functions to access Enums as their inner components☆104Updated last year
- ☆195Updated 3 weeks ago
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆85Updated 2 months ago
- Lazy formatting utility macro for rust☆129Updated last year
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆86Updated 6 months ago
- Lending iterators on stable Rust☆83Updated last year
- Macro for sealing traits and structures☆59Updated 10 months ago
- Pull in every source file in a directory as a module☆179Updated 3 weeks ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆215Updated 3 weeks ago
- Make trait methods callable without the trait in scope☆159Updated last month
- Compatibility adapter between tokio and futures☆184Updated last month
- Threadsafe RefCell for Rust☆95Updated 7 months ago
- A procedure macro to unify SYNC and ASYNC implementation for downstream application/crates☆166Updated last year
- A small test framework to write your own test harness that looks and behaves like the built-in test harness used by `rustc --test`☆126Updated last year
- Utilities for working with impl traits in Rust.☆116Updated 8 months ago
- Rust library for typesystem-assisted bitflags.☆132Updated 4 months ago
- Compile-time checks that an enum or match is written in sorted order☆119Updated last month
- Automatic cfg for Rust compiler features☆104Updated 4 months ago
- Migrated to Codeberg☆80Updated 2 years ago
- serde::Deserializer for proc_macro/proc_macro2::TokenStream☆73Updated 11 months ago
- A variant of include_bytes!/include_str! with compile-time deflation and runtime lazy inflation☆142Updated 3 weeks ago
- A rust crate to find the total size of an object, on the stack and on the heap☆109Updated last year