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
- Fork of std::Arc with lots of utilities useful for FFI☆278Updated 2 weeks ago
- Struct fields that are made read-only accessible to other modules☆263Updated 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
- Diff library with semantic cleanup, based on Google's diff-match-patch☆231Updated last month
- A scope for async_std and tokio to spawn non-static futures☆155Updated last year
- Macro to repeat sequentially indexed copies of a fragment of code☆162Updated last month
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆152Updated 2 months ago
- A procedure macro to unify SYNC and ASYNC implementation for downstream application/crates☆172Updated last year
- Safely cast &T to &U where the struct U contains a single field of type T.☆216Updated 2 weeks ago
- A library for to allow multiple return types by automatically generated enum.☆374Updated 3 weeks ago
- Delegation of trait implementations via procedural macros☆279Updated last month
- ☆243Updated last week
- Type that deserializes only from one specific value☆267Updated last month
- Easy code duplicate with substitution for Rust☆254Updated 3 months ago
- Utility wrapper to send non send types to other threads safely☆186Updated 10 months ago
- Conditional compilation according to rustc compiler version☆389Updated 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`☆131Updated last year
- Graph the number of crates that depend on your crate over time☆256Updated last week
- Cargo extension for running Criterion.rs benchmarks☆209Updated 8 months ago
- A lightweight version of pin-project written with declarative macros.☆268Updated 3 weeks ago
- Define your own PhantomData☆158Updated last month
- Compile-time string formatting☆262Updated 4 months ago
- "A very small syn"☆212Updated last year
- Easy function multiversioning for Rust☆252Updated last year
- A data structure to efficiently intern, cache and restore strings.☆209Updated 5 months ago
- Macros for deriving as functions to access Enums as their inner components☆104Updated this week
- Reflection via DWARF.☆298Updated 2 years ago
- Append-only collections for Rust where borrows to entries can outlive insertions☆271Updated 2 weeks ago