Voultapher / self_cellLinks
Safe-to-use proc-macro-free self-referential structs in stable Rust.
☆291Updated 2 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☆385Updated 3 months ago
- Fork of std::Arc with lots of utilities useful for FFI☆274Updated 2 weeks ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆178Updated 5 months ago
- Struct fields that are made read-only accessible to other modules☆262Updated 3 weeks ago
- Macro to repeat sequentially indexed copies of a fragment of code☆160Updated 3 weeks ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆215Updated 3 weeks ago
- A scope for async_std and tokio to spawn non-static futures☆155Updated last year
- Conditional compilation according to rustc compiler version☆390Updated 3 weeks ago
- A library for to allow multiple return types by automatically generated enum.☆373Updated this week
- Utility wrapper to send non send types to other threads safely☆185Updated 9 months ago
- "A very small syn"☆212Updated 11 months ago
- Delegation of trait implementations via procedural macros☆279Updated 3 weeks ago
- Pull in every source file in a directory as a module☆179Updated this week
- Easy code duplicate with substitution for Rust☆252Updated 2 months ago
- Graph the number of crates that depend on your crate over time☆256Updated 3 weeks 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`☆129Updated last year
- ☆241Updated 5 months ago
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆152Updated last month
- Define your own PhantomData☆158Updated 3 weeks ago
- Type that deserializes only from one specific value☆267Updated 3 weeks ago
- Diff library with semantic cleanup, based on Google's diff-match-patch☆227Updated 3 weeks ago
- Append-only collections for Rust where borrows to entries can outlive insertions☆267Updated last month
- A procedure macro to unify SYNC and ASYNC implementation for downstream application/crates☆171Updated last year
- Support crate for rustc's self-profiling feature☆376Updated 6 months ago
- Make trait methods callable without the trait in scope☆162Updated 3 weeks ago
- Lazy formatting utility macro for rust☆129Updated 2 years ago
- Reflection via DWARF.☆298Updated 2 years ago
- Cargo extension for running Criterion.rs benchmarks☆209Updated 7 months ago
- Utilities for working with impl traits in Rust.☆118Updated 11 months ago
- A data structure to efficiently intern, cache and restore strings.☆207Updated 5 months ago