magiclen / educeLinks
This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.
☆149Updated 3 weeks 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☆92Updated 6 months ago
- Macros for deriving as functions to access Enums as their inner components☆104Updated last year
- Const equivalents of std functions, compile-time comparison, and parsing.☆105Updated this week
- Safe, zero-cost downcasting for limited compile-time specialization.☆169Updated 3 weeks ago
- Better reference counted strings for Rust☆135Updated last year
- Utility wrapper to send non send types to other threads safely☆187Updated 5 months ago
- A scope for async_std and tokio to spawn non-static futures☆144Updated last year
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆83Updated 3 weeks ago
- Lazy formatting utility macro for rust☆128Updated last year
- Define your own PhantomData☆156Updated 2 weeks ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆84Updated 4 months ago
- Macro to repeat sequentially indexed copies of a fragment of code☆157Updated 2 weeks ago
- Pull in every source file in a directory as a module☆177Updated 2 weeks ago
- ☆194Updated 3 weeks ago
- Parsing and inspecting Rust literals (particularly useful for proc macros)☆45Updated last month
- Macro for sealing traits and structures☆59Updated 9 months ago
- A lightweight attribute macro for easily writing extension trait pattern.☆80Updated last week
- A rust crate to find the total size of an object, on the stack and on the heap☆109Updated last year
- Utilities for working with impl traits in Rust.☆113Updated 7 months ago
- A small test framework to write your own test harness that looks and behaves like the built-in test harness used by `rustc --test`☆122Updated 11 months ago
- Helper macros: autoimpl, impl_scope☆67Updated last week
- Threadsafe RefCell for Rust☆95Updated 5 months ago
- Make trait methods callable without the trait in scope☆152Updated 2 weeks ago
- An updated version of linked-hash-map and friends☆122Updated 4 months ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆214Updated 2 weeks ago
- Compatibility adapter between tokio and futures☆179Updated 2 weeks ago
- Convert number to enum☆87Updated last year
- Safe-to-use proc-macro-free self-referential structs in stable Rust.☆271Updated 2 weeks ago
- Migrated to Codeberg☆79Updated last year
- Rust library for typesystem-assisted bitflags.☆131Updated 3 months ago