rust-lang / impl-trait-utilsLinks
Utilities for working with impl traits in Rust.
☆117Updated 10 months ago
Alternatives and similar repositories for impl-trait-utils
Users that are interested in impl-trait-utils are comparing it to the libraries listed below
Sorting:
- A scope for async_std and tokio to spawn non-static futures☆153Updated last year
- Define your own PhantomData☆158Updated last week
- Open a scope and then freeze it in time for future access.☆107Updated last year
- Compatibility adapter between tokio and futures☆185Updated 3 months ago
- A procedure macro to unify SYNC and ASYNC implementation for downstream application/crates☆169Updated last year
- Const TypeId and non-'static TypeId☆69Updated last week
- Minimal TOML library with few dependencies☆83Updated 8 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`☆128Updated last year
- ☆218Updated 4 months ago
- A lightweight version of pin-project written with declarative macros.☆261Updated 2 weeks ago
- ☆237Updated 3 months ago
- Asynchronous HTTP body trait☆151Updated this week
- Make trait methods callable without the trait in scope☆161Updated last week
- Lazy formatting utility macro for rust☆129Updated 2 years ago
- Fast JSON deserialization on borrowed data☆116Updated last week
- Utility wrapper to send non send types to other threads safely☆186Updated 8 months ago
- Compile-time checks that an enum or match is written in sorted order☆119Updated last week
- Fast `cargo install` action using a GitHub-based binary cache and attestations☆79Updated last week
- A lightweight attribute macro for easily writing extension trait pattern.☆86Updated last month
- Safely cast &T to &U where the struct U contains a single field of type T.☆215Updated last week
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆152Updated this week
- Portable atomic types including support for 128-bit atomics, atomic float, etc.☆207Updated last week
- Oneshot Rust channel working both in and between sync and async environments☆94Updated 9 months ago
- RcLite: small, fast, and memory-friendly reference counting for Rust☆195Updated 3 weeks ago
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆87Updated this week
- Deadlock free mutexes☆177Updated 8 months ago
- Graceful shutdown util for Rust projects using the Tokio Async runtime.☆143Updated last year
- Lending iterators on stable Rust☆83Updated last year
- Const equivalents of std functions, compile-time comparison, and parsing.☆114Updated 3 weeks ago
- 🦕 Add dyn compatible variant to your async trait!☆70Updated 2 months ago