Voultapher / self_cellLinks
Safe-to-use proc-macro-free self-referential structs in stable Rust.
☆293Updated last month
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☆387Updated 4 months ago
- Struct fields that are made read-only accessible to other modules☆262Updated last month
- Safe, zero-cost downcasting for limited compile-time specialization.☆179Updated 5 months ago
- Pull in every source file in a directory as a module☆181Updated 3 weeks ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆216Updated 2 weeks ago
- A scope for async_std and tokio to spawn non-static futures☆155Updated last year
- A library for to allow multiple return types by automatically generated enum.☆374Updated 3 weeks ago
- Fork of std::Arc with lots of utilities useful for FFI☆278Updated last week
- A small test framework to write your own test harness that looks and behaves like the built-in test harness used by `rustc --test`☆130Updated last year
- Macro to repeat sequentially indexed copies of a fragment of code☆162Updated last month
- Utility wrapper to send non send types to other threads safely☆186Updated 10 months ago
- Delegation of trait implementations via procedural macros☆279Updated last month
- Conditional compilation according to rustc compiler version☆389Updated last month
- Easy code duplicate with substitution for Rust☆254Updated 3 months ago
- Type that deserializes only from one specific value☆267Updated last month
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆152Updated 2 months ago
- Graph the number of crates that depend on your crate over time☆256Updated last week
- ☆243Updated last week
- Comparison of Rust string types☆165Updated 2 months ago
- Diff library with semantic cleanup, based on Google's diff-match-patch☆231Updated last month
- Define your own PhantomData☆158Updated last month
- A procedure macro to unify SYNC and ASYNC implementation for downstream application/crates☆172Updated last year
- A lightweight version of pin-project written with declarative macros.☆268Updated 3 weeks ago
- Make trait methods callable without the trait in scope☆162Updated last month
- Append-only collections for Rust where borrows to entries can outlive insertions☆271Updated last week
- Conditional compilation using boolean expression syntax, rather than any(), all(), not()☆290Updated 3 years ago
- lazy static regular expressions checked at compile time☆222Updated last month
- "A very small syn"☆212Updated last year
- Procedural macro to implement Display and FromStr using common settings.☆191Updated last month
- Serialize and deserialize C-like enum as underlying repr☆256Updated last month