magiclen / educeLinks
This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.
☆152Updated 2 months ago
Alternatives and similar repositories for educe
Users that are interested in educe are comparing it to the libraries listed below
Sorting:
- Safe, zero-cost downcasting for limited compile-time specialization.☆180Updated 5 months ago
- Lazy formatting utility macro for rust☆129Updated 2 years ago
- Better reference counted strings for Rust☆140Updated last year
- Utility wrapper to send non send types to other threads safely☆186Updated 10 months ago
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆89Updated last month
- Macros for deriving as functions to access Enums as their inner components☆104Updated last week
- Const equivalents of std functions, compile-time comparison, and parsing.☆119Updated 3 months ago
- Macro to repeat sequentially indexed copies of a fragment of code☆162Updated last month
- ☆205Updated 2 months ago
- Oneshot Rust channel working both in and between sync and async environments☆96Updated last week
- Make trait methods callable without the trait in scope☆162Updated last month
- Pull in every source file in a directory as a module☆181Updated 3 weeks ago
- A scope for async_std and tokio to spawn non-static futures☆155Updated last year
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆92Updated 9 months ago
- Macro for sealing traits and structures☆61Updated last year
- Define your own PhantomData☆158Updated 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`☆131Updated last year
- Utilities for working with impl traits in Rust.☆121Updated last year
- serde::Deserializer for proc_macro/proc_macro2::TokenStream☆74Updated last year
- Lending iterators on stable Rust☆83Updated 2 years ago
- Compile-time checks that an enum or match is written in sorted order☆120Updated last month
- Automatic cfg for Rust compiler features☆111Updated 7 months ago
- Compatibility adapter between tokio and futures☆188Updated 2 weeks ago
- Rust library for typesystem-assisted bitflags.☆136Updated 3 weeks ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆216Updated 2 weeks ago
- Helper macros: autoimpl, impl_scope☆68Updated 2 months ago
- Migrated to Codeberg☆79Updated 2 years ago
- A procedure macro to unify SYNC and ASYNC implementation for downstream application/crates☆173Updated last year
- A faster Arc.☆80Updated 2 years ago
- Threadsafe RefCell for Rust☆99Updated 10 months ago