magiclen / educe
This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.
☆143Updated 9 months ago
Alternatives and similar repositories for educe
Users that are interested in educe are comparing it to the libraries listed below
Sorting:
- Better reference counted strings for Rust☆126Updated 10 months ago
- A scope for async_std and tokio to spawn non-static futures☆134Updated last year
- Oneshot Rust channel working both in and between sync and async environments☆88Updated 3 months ago
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆71Updated last week
- Lazy formatting utility macro for rust☆127Updated last year
- Utilities for working with impl traits in Rust.☆109Updated 4 months ago
- ☆183Updated 2 weeks ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆162Updated last week
- Compatibility adapter between tokio and futures☆170Updated 2 months ago
- Open a scope and then freeze it in time for future access.☆108Updated 9 months ago
- Define your own PhantomData☆152Updated last week
- An updated version of linked-hash-map and friends☆113Updated last month
- A small test framework to write your own test harness that looks and behaves like the built-in test harness used by `rustc --test`☆116Updated 7 months ago
- Rust library for typesystem-assisted bitflags.☆122Updated 4 months ago
- Macros for deriving as functions to access Enums as their inner components☆101Updated 8 months ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆202Updated last week
- Lending iterators on stable Rust☆82Updated last year
- A procedure macro to unify SYNC and ASYNC implementation for downstream application/crates☆154Updated last year
- Threadsafe RefCell for Rust☆90Updated 2 months ago
- Pull in every source file in a directory as a module☆173Updated 2 months ago
- Automatic cfg for Rust compiler features☆95Updated last week
- Const equivalents of std functions, compile-time comparison, and parsing.☆99Updated 5 months ago
- Convert number to enum☆87Updated 10 months ago
- Macro to repeat sequentially indexed copies of a fragment of code☆155Updated last week
- A fast, concurrent string interner☆150Updated 9 months ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆79Updated last month
- Convert closures into wakers☆45Updated 4 months ago
- Macro to generate random constants in Rust https://xkcd.com/221/☆80Updated last year
- Make trait methods callable without the trait in scope☆146Updated this week
- A simple bitset container for Rust☆142Updated last month