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:
- Const equivalents of std functions, compile-time comparison, and parsing.☆119Updated 2 months ago
- 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☆97Updated 11 months ago
- Utility wrapper to send non send types to other threads safely☆185Updated 10 months ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆92Updated 9 months ago
- Better reference counted strings for Rust☆140Updated last year
- Safe, zero-cost downcasting for limited compile-time specialization.☆179Updated 5 months ago
- Lazy formatting utility macro for rust☆129Updated 2 years ago
- Macro to repeat sequentially indexed copies of a fragment of code☆161Updated last month
- A scope for async_std and tokio to spawn non-static futures☆155Updated last year
- Define your own PhantomData☆158Updated last month
- Helper macros: autoimpl, impl_scope☆68Updated last month
- Rust library for typesystem-assisted bitflags.☆136Updated last week
- Lending iterators on stable Rust☆83Updated 2 years ago
- Pull in every source file in a directory as a module☆181Updated 2 weeks ago
- Migrated to Codeberg☆79Updated 2 years ago
- Macro for sealing traits and structures☆61Updated last year
- Automatic cfg for Rust compiler features☆110Updated 7 months ago
- ☆204Updated 2 months ago
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆89Updated last month
- Open a scope and then freeze it in time for future access.☆108Updated last year
- A flexible, simple to use, clone-efficient String replacement for Rust☆156Updated last week
- Safely cast &T to &U where the struct U contains a single field of type T.☆217Updated last week
- Safe-to-use proc-macro-free self-referential structs in stable Rust.☆292Updated 3 weeks ago
- serde::Deserializer for proc_macro/proc_macro2::TokenStream☆74Updated last year
- cargo-add command to make dependencies into dylibs☆105Updated 3 years ago
- Compatibility adapter between tokio and futures☆188Updated last week
- Utilities for working with impl traits in Rust.☆119Updated last year
- Fork of std::Arc with lots of utilities useful for FFI☆276Updated last week
- Threadsafe RefCell for Rust☆99Updated 10 months ago