Voultapher / self_cellLinks
Safe-to-use proc-macro-free self-referential structs in stable Rust.
☆269Updated 3 months 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☆369Updated last year
- A scope for async_std and tokio to spawn non-static futures☆139Updated last year
- Delegation of trait implementations via procedural macros☆267Updated 11 months ago
- Struct fields that are made read-only accessible to other modules☆252Updated 2 months ago
- Fork of std::Arc with lots of utilities useful for FFI☆246Updated last month
- Safely cast &T to &U where the struct U contains a single field of type T.☆209Updated last month
- Safe, zero-cost downcasting for limited compile-time specialization.☆166Updated this week
- Macro to repeat sequentially indexed copies of a fragment of code☆156Updated 2 months ago
- Pull in every source file in a directory as a module☆178Updated 4 months ago
- A procedure macro to unify SYNC and ASYNC implementation for downstream application/crates☆157Updated last year
- Easy code duplicate with substitution for Rust☆244Updated 10 months ago
- ☆212Updated 2 weeks ago
- Graph the number of crates that depend on your crate over time☆251Updated this week
- Append-only collections for Rust where borrows to entries can outlive insertions☆252Updated 4 months ago
- Conditional compilation according to rustc compiler version☆367Updated last month
- Utility wrapper to send non send types to other threads safely☆183Updated 3 months ago
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆148Updated 11 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`☆120Updated 9 months ago
- Easy function multiversioning for Rust☆231Updated 7 months ago
- A lightweight version of pin-project written with declarative macros.☆251Updated last week
- Diff library with semantic cleanup, based on Google's diff-match-patch☆216Updated last month
- Type that deserializes only from one specific value☆244Updated 2 months ago
- Compile-time string formatting☆237Updated 7 months ago
- Make trait methods callable without the trait in scope☆149Updated last month
- A library for to allow multiple return types by automatically generated enum.☆369Updated 3 months ago
- Better reference counted strings for Rust☆130Updated 11 months ago
- Define your own PhantomData☆155Updated last week
- Procedural macro to implement Display and FromStr using common settings.☆187Updated 2 weeks ago
- Lazy formatting utility macro for rust☆127Updated last year
- Use declarative macros as proc_macro attributes or derives☆124Updated last month