magiclen / educe
This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.
☆142Updated 9 months ago
Alternatives and similar repositories for educe:
Users that are interested in educe are comparing it to the libraries listed below
- A scope for async_std and tokio to spawn non-static futures☆132Updated 11 months ago
- Oneshot Rust channel working both in and between sync and async environments☆88Updated 2 months ago
- Define your own PhantomData☆152Updated 2 months ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆160Updated 2 months ago
- Utilities for working with impl traits in Rust.☆108Updated 3 months ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆78Updated 2 weeks ago
- Lazy formatting utility macro for rust☆127Updated last year
- Lending iterators on stable Rust☆82Updated last year
- Compatibility adapter between tokio and futures☆168Updated last month
- Const equivalents of std functions, compile-time comparison, and parsing.☆97Updated 4 months ago
- Automatic cfg for Rust compiler features☆96Updated 7 months ago
- Better reference counted strings for Rust☆124Updated 9 months ago
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆71Updated this week
- Pull in every source file in a directory as a module☆172Updated 2 months ago
- Migrated to Codeberg☆79Updated last year
- A rust crate to find the total size of an object, on the stack and on the heap☆107Updated last year
- Rust library for typesystem-assisted bitflags.☆119Updated 3 months ago
- A variant of include_bytes!/include_str! with compile-time deflation and runtime lazy inflation☆137Updated 6 months ago
- ☆182Updated 2 months ago
- Utility wrapper to send non send types to other threads safely☆179Updated last month
- A lightweight version of pin-project written with declarative macros.☆245Updated this week
- A small test framework to write your own test harness that looks and behaves like the built-in test harness used by `rustc --test`☆113Updated 7 months ago
- Open a scope and then freeze it in time for future access.☆107Updated 8 months ago
- An updated version of linked-hash-map and friends☆112Updated 3 weeks ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆200Updated 2 months ago
- "A very small syn"☆203Updated 3 months ago
- cargo-add command to make dependencies into dylibs☆99Updated 2 years ago
- A procedure macro to unify SYNC and ASYNC implementation for downstream application/crates☆153Updated last year
- A simple bitset container for Rust☆137Updated last week
- Macro to repeat sequentially indexed copies of a fragment of code☆154Updated 2 months ago