magiclen / educeLinks
This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.
☆151Updated 2 months ago
Alternatives and similar repositories for educe
Users that are interested in educe are comparing it to the libraries listed below
Sorting:
- A scope for async_std and tokio to spawn non-static futures☆151Updated last year
- Safe, zero-cost downcasting for limited compile-time specialization.☆174Updated 2 months ago
- Const equivalents of std functions, compile-time comparison, and parsing.☆106Updated last week
- Better reference counted strings for Rust☆138Updated last year
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆88Updated 6 months ago
- Oneshot Rust channel working both in and between sync and async environments☆92Updated 8 months ago
- Define your own PhantomData☆158Updated 3 weeks ago
- Macros for deriving as functions to access Enums as their inner components☆104Updated last year
- Lazy formatting utility macro for rust☆129Updated last year
- Utility wrapper to send non send types to other threads safely☆188Updated 7 months ago
- Macro to repeat sequentially indexed copies of a fragment of code☆160Updated last month
- Utilities for working with impl traits in Rust.☆117Updated 9 months ago
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆86Updated 2 months ago
- Make trait methods callable without the trait in scope☆160Updated 3 weeks ago
- ☆196Updated last week
- Pull in every source file in a directory as a module☆179Updated 3 weeks ago
- Safe-to-use proc-macro-free self-referential structs in stable Rust.☆285Updated 2 weeks ago
- ☆43Updated last year
- Compatibility adapter between tokio and futures☆185Updated 2 months ago
- Lending iterators on stable Rust☆83Updated last year
- A procedure macro to unify SYNC and ASYNC implementation for downstream application/crates☆168Updated last year
- Automatic cfg for Rust compiler features☆105Updated 4 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`☆126Updated last year
- Compile-time checks that an enum or match is written in sorted order☆119Updated 3 weeks ago
- serde::Deserializer for proc_macro/proc_macro2::TokenStream☆73Updated 11 months ago
- Mirror of Rust's allocator api for use on stable rust☆68Updated 2 months ago
- Migrated to Codeberg☆80Updated 2 years ago
- Rust library for typesystem-assisted bitflags.☆132Updated 5 months ago
- Open a scope and then freeze it in time for future access.☆107Updated last year
- Safely cast &T to &U where the struct U contains a single field of type T.☆215Updated last week