magiclen / educeLinks
This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.
☆150Updated last month
Alternatives and similar repositories for educe
Users that are interested in educe are comparing it to the libraries listed below
Sorting:
- Const equivalents of std functions, compile-time comparison, and parsing.☆105Updated 3 weeks ago
- Define your own PhantomData☆158Updated last week
- Macros for deriving as functions to access Enums as their inner components☆104Updated last year
- Oneshot Rust channel working both in and between sync and async environments☆92Updated 7 months ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆172Updated last month
- Lazy formatting utility macro for rust☆129Updated last year
- A scope for async_std and tokio to spawn non-static futures☆146Updated last year
- Macro to repeat sequentially indexed copies of a fragment of code☆159Updated last week
- Utility wrapper to send non send types to other threads safely☆188Updated 6 months ago
- Macro for sealing traits and structures☆59Updated 9 months ago
- Pull in every source file in a directory as a module☆177Updated last week
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆84Updated last month
- Make trait methods callable without the trait in scope☆157Updated last week
- ☆194Updated last week
- Better reference counted strings for Rust☆136Updated last year
- Rust library for typesystem-assisted bitflags.☆131Updated 3 months ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆86Updated 5 months ago
- Migrated to Codeberg☆79Updated 2 years 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`☆124Updated 11 months ago
- Automatic cfg for Rust compiler features☆103Updated 3 months ago
- Compile-time checks that an enum or match is written in sorted order☆119Updated last week
- cargo-add command to make dependencies into dylibs☆101Updated 2 years ago
- Safe-to-use proc-macro-free self-referential structs in stable Rust.☆274Updated last month
- Compatibility adapter between tokio and futures☆182Updated last month
- A procedure macro to unify SYNC and ASYNC implementation for downstream application/crates☆165Updated last year
- ☆221Updated last month
- A simple wrapper around filesystem operations to provide more helpful error messages.☆152Updated 2 weeks ago
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆112Updated 4 months ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆214Updated last week
- serde::Deserializer for proc_macro/proc_macro2::TokenStream☆73Updated 10 months ago