rust-lang / impl-trait-utilsLinks
Utilities for working with impl traits in Rust.
☆117Updated 9 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☆151Updated last year
- A procedure macro to unify SYNC and ASYNC implementation for downstream application/crates☆168Updated last year
- Const TypeId and non-'static TypeId☆69Updated last month
- Make trait methods callable without the trait in scope☆160Updated 3 weeks ago
- Fast JSON deserialization on borrowed data☆116Updated last month
- Define your own PhantomData☆158Updated 3 weeks ago
- Utility wrapper to send non send types to other threads safely☆188Updated 7 months ago
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆151Updated 2 months ago
- Minimal TOML library with few dependencies☆83Updated 8 months ago
- A lightweight version of pin-project written with declarative macros.☆257Updated last week
- Compatibility adapter between tokio and futures☆185Updated 2 months ago
- RcLite: small, fast, and memory-friendly reference counting for Rust☆193Updated last month
- ☆231Updated 3 months ago
- ☆217Updated 3 months ago
- Open a scope and then freeze it in time for future access.☆107Updated last year
- Asynchronous HTTP body trait☆149Updated 2 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
- Safely cast &T to &U where the struct U contains a single field of type T.☆215Updated last week
- Minimal asynchronous executor for Rust☆133Updated last week
- Graceful shutdown util for Rust projects using the Tokio Async runtime.☆143Updated last year
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆86Updated 2 months ago
- A lightweight attribute macro for easily writing extension trait pattern.☆86Updated last week
- Mirror of Rust's allocator api for use on stable rust☆68Updated 2 months ago
- Async synchronization primitives☆275Updated 2 months ago
- Lazy formatting utility macro for rust☆129Updated last year
- Portable atomic types including support for 128-bit atomics, atomic float, etc.☆205Updated 2 weeks ago
- Deadlock free mutexes☆177Updated 7 months ago
- A versatile and developer-friendly trait mocking library☆77Updated 6 months ago
- Oneshot Rust channel working both in and between sync and async environments☆92Updated 8 months ago