magiclen / educeLinks
This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.
☆147Updated 11 months ago
Alternatives and similar repositories for educe
Users that are interested in educe are comparing it to the libraries listed below
Sorting:
- Oneshot Rust channel working both in and between sync and async environments☆88Updated 4 months ago
- A scope for async_std and tokio to spawn non-static futures☆137Updated last year
- Utilities for working with impl traits in Rust.☆109Updated 5 months ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆166Updated 2 weeks ago
- Lazy formatting utility macro for rust☆127Updated last year
- Const equivalents of std functions, compile-time comparison, and parsing.☆98Updated 6 months ago
- Compatibility adapter between tokio and futures☆171Updated 4 months ago
- Better reference counted strings for Rust☆128Updated 11 months ago
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆75Updated 2 weeks ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆209Updated 3 weeks ago
- Automatic cfg for Rust compiler features☆102Updated 3 weeks ago
- Macro to repeat sequentially indexed copies of a fragment of code☆156Updated last month
- ☆188Updated 2 weeks ago
- ☆211Updated last week
- A small test framework to write your own test harness that looks and behaves like the built-in test harness used by `rustc --test`☆120Updated 9 months ago
- Make trait methods callable without the trait in scope☆149Updated last month
- Convert number to enum☆87Updated 11 months ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆80Updated 2 months ago
- Compile-time checks that an enum or match is written in sorted order☆117Updated last month
- A lightweight version of pin-project written with declarative macros.☆250Updated last week
- Open a scope and then freeze it in time for future access.☆107Updated 10 months ago
- Macro for sealing traits and structures☆57Updated 7 months ago
- Define your own PhantomData☆152Updated last month
- "A very small syn"☆206Updated 5 months ago
- An updated version of linked-hash-map and friends☆120Updated 2 months ago
- Threadsafe RefCell for Rust☆93Updated 3 months ago
- The missing compound borrowing for Rust.☆58Updated last month
- Fork of std::Arc with lots of utilities useful for FFI☆244Updated 3 weeks ago
- Blazing fast immutable collection datatypes for Rust.☆105Updated last week
- Utility wrapper to send non send types to other threads safely☆183Updated 3 months ago