magiclen / educe
This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.
☆139Updated 6 months ago
Alternatives and similar repositories for educe:
Users that are interested in educe are comparing it to the libraries listed below
- A scope for async_std and tokio to spawn non-static futures☆125Updated 8 months ago
- Oneshot Rust channel working both in and between sync and async environments☆84Updated last week
- Safe, zero-cost downcasting for limited compile-time specialization.☆156Updated last month
- Utilities for working with impl traits in Rust.☆101Updated 2 weeks ago
- Const equivalents of std functions, compile-time comparison, and parsing.☆92Updated last month
- `tracing` crate compatible `Subscriber` for reporting spans through browser `window.performance`☆71Updated 9 months ago
- Lazy formatting utility macro for rust☆127Updated last year
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆69Updated 2 weeks ago
- Open a scope and then freeze it in time for future access.☆104Updated 5 months ago
- Migrated to Codeberg☆81Updated last year
- Better reference counted strings for Rust☆118Updated 6 months ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆76Updated last month
- ☆178Updated 2 months ago
- Pull in every source file in a directory as a module☆169Updated last week
- Macro for sealing traits and structures☆50Updated 2 months ago
- Compatibility adapter between tokio and futures☆163Updated 3 weeks ago
- Macros for deriving as functions to access Enums as their inner components☆96Updated 5 months ago
- Lending iterators on stable Rust