Voultapher / self_cellLinks
Safe-to-use proc-macro-free self-referential structs in stable Rust.
☆272Updated 3 weeks ago
Alternatives and similar repositories for self_cell
Users that are interested in self_cell are comparing it to the libraries listed below
Sorting:
- Statically-checked alternatives to RefCell and RwLock☆371Updated last year
- A scope for async_std and tokio to spawn non-static futures☆144Updated last year
- Safe, zero-cost downcasting for limited compile-time specialization.☆169Updated last month
- Safely cast &T to &U where the struct U contains a single field of type T.☆214Updated this week
- Fork of std::Arc with lots of utilities useful for FFI☆253Updated last week
- A library for to allow multiple return types by automatically generated enum.☆373Updated 2 weeks ago
- Struct fields that are made read-only accessible to other modules☆257Updated this week
- Macro to repeat sequentially indexed copies of a fragment of code☆159Updated this week
- Easy code duplicate with substitution for Rust☆249Updated last month
- Conditional compilation according to rustc compiler version☆375Updated this week
- Pull in every source file in a directory as a module☆177Updated 3 weeks ago
- Utility wrapper to send non send types to other threads safely☆187Updated 5 months ago
- Define your own PhantomData☆156Updated this week
- A procedure macro to unify SYNC and ASYNC implementation for downstream application/crates☆162Updated last year
- Delegation of trait implementations via procedural macros☆275Updated last week
- Compile-time string formatting☆242Updated 9 months ago
- "A very small syn"☆209Updated 7 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`☆122Updated 11 months ago
- Graph the number of crates that depend on your crate over time☆252Updated this week
- Comparison of Rust string types☆158Updated last week
- ☆217Updated last month
- Easy function multiversioning for Rust