Voultapher / self_cellLinks
Safe-to-use proc-macro-free self-referential structs in stable Rust.
☆288Updated last 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☆383Updated 2 months ago
- Pull in every source file in a directory as a module☆179Updated 2 weeks ago
- A scope for async_std and tokio to spawn non-static futures☆154Updated last year
- Utility wrapper to send non send types to other threads safely☆186Updated 8 months ago
- Struct fields that are made read-only accessible to other modules☆260Updated 2 weeks ago
- Easy code duplicate with substitution for Rust☆250Updated last month
- A small test framework to write your own test harness that looks and behaves like the built-in test harness used by `rustc --test`☆128Updated last year
- Safe, zero-cost downcasting for limited compile-time specialization.☆177Updated 3 months ago
- Fork of std::Arc with lots of utilities useful for FFI☆267Updated 3 weeks ago
- Comparison of Rust string types☆162Updated this week
- A library for to allow multiple return types by automatically generated enum.☆372Updated 3 weeks ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆215Updated 2 weeks ago
- Macro to repeat sequentially indexed copies of a fragment of code☆160Updated 2 weeks ago
- Delegation of trait implementations via procedural macros☆279Updated 3 weeks ago
- ☆237Updated 3 months ago
- Make trait methods callable without the trait in scope☆161Updated 2 weeks ago
- Procedural macro to implement Display and FromStr using common settings.☆191Updated this week
- A procedure macro to unify SYNC and ASYNC implementation for downstream application/crates☆169Updated last year
- Type that deserializes only from one specific value☆266Updated 2 weeks ago
- "A very small syn"☆212Updated 10 months ago
- Diff library with semantic cleanup, based on Google's diff-match-patch☆226Updated 2 weeks ago
- Graph the number of crates that depend on your crate over time☆254Updated last week
- A data structure to efficiently intern, cache and restore strings.☆206Updated 3 months ago
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆152Updated last week
- Macros for deriving as functions to access Enums as their inner components☆104Updated last year
- Extract documentation for the feature flags from comments in Cargo.toml☆191Updated last month
- Compile-time string formatting☆253Updated 2 months ago
- Reflection via DWARF.☆298Updated 2 years ago
- Append-only collections for Rust where borrows to entries can outlive insertions☆264Updated 2 weeks ago
- A lightweight version of pin-project written with declarative macros.☆261Updated 3 weeks ago