magiclen / educe
This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.
☆135Updated 5 months ago
Alternatives and similar repositories for educe:
Users that are interested in educe are comparing it to the libraries listed below
- Oneshot Rust channel working both in and between sync and async environments☆84Updated 3 months ago
- A scope for async_std and tokio to spawn non-static futures☆125Updated 8 months ago
- Utilities for working with impl traits in Rust.☆101Updated this week
- Better reference counted strings for Rust☆117Updated 6 months ago
- Const equivalents of std functions, compile-time comparison, and parsing.☆90Updated last month
- Safe, zero-cost downcasting for limited compile-time specialization.☆155Updated last month
- Threadsafe RefCell for Rust☆90Updated 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`☆109Updated 3 months ago
- Lazy formatting utility macro for rust☆127Updated last year
- Safely cast &T to &U where the struct U contains a single field of type T.☆191Updated last week
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆76Updated 2 weeks ago
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆68Updated last month
- Define your own PhantomData☆151Updated last week
- Make trait methods callable without the trait in scope☆135Updated last week
- Convert number to enum☆88Updated 6 months ago
- Compatibility adapter between tokio and futures☆162Updated last week
- An updated version of linked-hash-map and friends☆105Updated last month
- Safe-to-use proc-macro-free self-referential structs in stable Rust.☆255Updated last month
- Const TypeId and non-'static TypeId☆58Updated last week
- ☆178Updated last month
- A simple Cross-platform thread schedule and priority library for rust.☆117Updated 2 months ago
- Automatic cfg for Rust compiler features☆95Updated 4 months ago
- Mirror of Rust's allocator api for use on stable rust☆49Updated last month
- A lightweight version of pin-project written with declarative macros.☆236Updated 2 weeks ago
- Open a scope and then freeze it in time for future access.☆104Updated 5 months ago
- `tracing` crate compatible `Subscriber` for reporting spans through browser `window.performance`☆71Updated 8 months ago
- Rust library for typesystem-assisted bitflags.☆114Updated 2 weeks ago
- Macro to generate random constants in Rust https://xkcd.com/221/☆76Updated 10 months ago
- Fork of std::Arc with lots of utilities useful for FFI☆222Updated last week
- serde::Deserializer for proc_macro/proc_macro2::TokenStream☆68Updated 2 months ago