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