Voultapher / self_cellLinks
Safe-to-use proc-macro-free self-referential structs in stable Rust.
☆270Updated this week
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☆370Updated last year
- Fork of std::Arc with lots of utilities useful for FFI☆251Updated 2 months ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆212Updated 2 weeks ago
- Macro to repeat sequentially indexed copies of a fragment of code☆157Updated this week
- A scope for async_std and tokio to spawn non-static futures☆144Updated last year
- Safe, zero-cost downcasting for limited compile-time specialization.☆168Updated 2 weeks ago
- A library for to allow multiple return types by automatically generated enum.☆372Updated last week
- Struct fields that are made read-only accessible to other modules☆253Updated this week
- Utility wrapper to send non send types to other threads safely☆185Updated 5 months ago
- A procedure macro to unify SYNC and ASYNC implementation for downstream application/crates☆161Updated last year
- A small test framework to write your own test harness that looks and behaves like the built-in test harness used by `rustc --test`☆121Updated 10 months ago
- Conditional compilation according to rustc compiler version☆375Updated this week
- Append-only collections for Rust where borrows to entries can outlive insertions☆255Updated last month
- Delegation of trait implementations via procedural macros☆271Updated last year
- Diff library with semantic cleanup, based on Google's diff-match-patch☆220Updated 2 weeks ago
- ☆216Updated 2 weeks ago
- Comparison of Rust string types☆155Updated 3 weeks ago
- Type that deserializes only from one specific value☆245Updated 2 weeks ago
- Define your own PhantomData☆156Updated this week
- Easy code duplicate with substitution for Rust☆247Updated 2 weeks ago
- Graph the number of crates that depend on your crate over time☆251Updated last week
- "A very small syn"☆209Updated 6 months ago
- Pull in every source file in a directory as a module☆177Updated this week
- Lazy formatting utility macro for rust☆128Updated last year
- Tools to feature more lenient Polonius-based borrow-checker patterns on stable Rust☆112Updated 9 months ago
- A data structure to efficiently intern, cache and restore strings.☆203Updated last week
- Easy function multiversioning for Rust☆234Updated 8 months ago
- Experiments with structured concurrency in Rust☆382Updated last year
- Reflection via DWARF.☆297Updated 2 years ago
- Conditional compilation using boolean expression syntax, rather than any(), all(), not()☆292Updated 2 years ago