Voultapher / self_cellLinks
Safe-to-use proc-macro-free self-referential structs in stable Rust.
☆288Updated 3 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☆383Updated last month
- Fork of std::Arc with lots of utilities useful for FFI☆264Updated this week
- A scope for async_std and tokio to spawn non-static futures☆152Updated last year
- Struct fields that are made read-only accessible to other modules☆259Updated 3 weeks ago
- Macro to repeat sequentially indexed copies of a fragment of code☆160Updated last month
- A procedure macro to unify SYNC and ASYNC implementation for downstream application/crates☆169Updated last year
- Safely cast &T to &U where the struct U contains a single field of type T.☆215Updated 2 weeks ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆175Updated 3 months ago
- Easy code duplicate with substitution for Rust☆249Updated last week
- Pull in every source file in a directory as a module☆179Updated 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☆187Updated 7 months ago
- Conditional compilation according to rustc compiler version☆386Updated last month
- ☆233Updated 3 months ago
- Comparison of Rust string types☆160Updated last week
- Delegation of trait implementations via procedural macros☆276Updated this 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`☆127Updated last year
- Type that deserializes only from one specific value☆266Updated last month
- A data structure to efficiently intern, cache and restore strings.☆204Updated 3 months ago
- Append-only collections for Rust where borrows to entries can outlive insertions☆264Updated last week
- Compile-time string formatting☆249Updated last month
- Diff library with semantic cleanup, based on Google's diff-match-patch☆226Updated 2 months ago
- A simple wrapper around filesystem operations to provide more helpful error messages.☆153Updated last month
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆151Updated 3 months ago
- Conditional compilation using boolean expression syntax, rather than any(), all(), not()☆291Updated 2 years ago
- Graph the number of crates that depend on your crate over time☆253Updated 2 months ago
- Extract documentation for the feature flags from comments in Cargo.toml☆188Updated 3 weeks ago
- A lightweight version of pin-project written with declarative macros.☆259Updated 2 weeks ago
- Cargo extension for running Criterion.rs benchmarks☆207Updated 5 months ago
- Fast, FFI-friendly string interning for Rust☆173Updated last year