dtolnay / ghostLinks
Define your own PhantomData
☆156Updated last week
Alternatives and similar repositories for ghost
Users that are interested in ghost are comparing it to the libraries listed below
Sorting:
- Utility wrapper to send non send types to other threads safely☆184Updated 4 months ago
- ☆216Updated last week
- Make trait methods callable without the trait in scope☆152Updated last week
- Graph the number of crates that depend on your crate over time☆251Updated last week
- A fast and flexible LRU map.☆190Updated 7 months ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆167Updated last week
- Utilities for working with impl traits in Rust.☆112Updated 6 months ago
- An updated version of linked-hash-map and friends☆122Updated 4 months ago
- A procedure macro to unify SYNC and ASYNC implementation for downstream application/crates☆160Updated last year
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆149Updated last week
- Oneshot Rust channel working both in and between sync and async environments☆90Updated 5 months ago
- Better reference counted strings for Rust☆134Updated last year
- Lazy formatting utility macro for rust☆128Updated last year
- Fork of std::Arc with lots of utilities useful for FFI☆248Updated 2 months ago
- Macro to repeat sequentially indexed copies of a fragment of code☆157Updated last week
- Lending iterators on stable Rust☆83Updated last year
- Safely cast &T to &U where the struct U contains a single field of type T.