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☆370Updated last year
- Struct fields that are made read-only accessible to other modules☆253Updated 2 months ago
- Utility wrapper to send non send types to other threads safely☆184Updated 4 months ago
- Pull in every source file in a directory as a module☆178Updated 5 months ago
- Fork of std::Arc with lots of utilities useful for FFI☆247Updated last month
- Macro to repeat sequentially indexed copies of a fragment of code☆157Updated 2 months ago
- A scope for async_std and tokio to spawn non-static futures☆142Updated last year
- Type that deserializes only from one specific value☆244Updated 2 months ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆166Updated 3 weeks ago
- A procedure macro to unify SYNC and ASYNC implementation for downstream application/crates☆160Updated last year
- Delegation of trait implementations via procedural macros☆269Updated last year
- A library for to allow multiple return types by automatically generated enum.☆371Updated this week
- Safely cast &T to &U where the struct U contains a single field of type T.☆209Updated last month
- Conditional compilation according to rustc compiler version☆373Updated 2 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 10 months ago
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆148Updated last year
- Append-only collections for Rust where borrows to entries can outlive insertions☆255Updated 2 weeks ago
- Easy code duplicate with substitution for Rust☆246Updated 10 months ago
- Compile-time string formatting☆238Updated 8 months ago
- Tracing layer that automatically creates and manages progress bars for active spans.☆253Updated last week
- Easy function multiversioning for Rust☆233Updated 7 months ago
- Extract documentation for the feature flags from comments in Cargo.toml☆183Updated 4 months ago
- "A very small syn"☆208Updated 6 months ago
- Lazy formatting utility macro for rust☆128Updated last year
- A data structure to efficiently intern, cache and restore strings.☆202Updated last month
- Diff library with semantic cleanup, based on Google's diff-match-patch☆220Updated 2 months ago
- Reflection via DWARF.☆297Updated 2 years ago
- Conditional compilation using boolean expression syntax, rather than any(), all(), not()☆292Updated 2 years ago
- Macros for deriving as functions to access Enums as their inner components☆104Updated 10 months ago
- Define your own PhantomData☆155Updated last week