dtolnay / ref-castLinks
Safely cast &T to &U where the struct U contains a single field of type T.
☆214Updated 2 weeks ago
Alternatives and similar repositories for ref-cast
Users that are interested in ref-cast are comparing it to the libraries listed below
Sorting:
- Safe, zero-cost downcasting for limited compile-time specialization.☆169Updated last month
- Fork of std::Arc with lots of utilities useful for FFI☆252Updated 2 months ago
- Graph the number of crates that depend on your crate over time☆251Updated 2 weeks ago
- A scope for async_std and tokio to spawn non-static futures☆144Updated last year
- Macro to repeat sequentially indexed copies of a fragment of code☆157Updated 2 weeks ago
- A library for to allow multiple return types by automatically generated enum.☆373Updated last week
- A procedure macro to unify SYNC and ASYNC implementation for downstream application/crates☆162Updated last year
- Conditional compilation using boolean expression syntax, rather than any(), all(), not()☆292Updated 2 years ago
- Define your own PhantomData☆156Updated 2 weeks ago
- Better reference counted strings for Rust