Voultapher / self_cellLinks
Safe-to-use proc-macro-free self-referential structs in stable Rust.
☆278Updated 2 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☆380Updated last month
- Safe, zero-cost downcasting for limited compile-time specialization.☆174Updated 2 months ago
- Easy code duplicate with substitution for Rust☆248Updated 2 months ago
- Fork of std::Arc with lots of utilities useful for FFI☆260Updated 3 weeks ago
- Macro to repeat sequentially indexed copies of a fragment of code☆159Updated last month
- Conditional compilation according to rustc compiler version☆386Updated last month
- A library for to allow multiple return types by automatically generated enum.☆372Updated last week
- Struct fields that are made read-only accessible to other modules☆259Updated last week
- A scope for async_std and tokio to spawn non-static futures☆150Updated last year
- Pull in every source file in a directory as a module☆179Updated last week
- Safely cast &T to &U where the struct U contains a single field of type T.☆215Updated 3 weeks ago
- ☆226Updated 2 months ago
- Diff library with semantic cleanup, based on Google's diff-match-patch☆224Updated last month
- Utility wrapper to send non send types to other threads safely☆188Updated 7 months ago
- Make trait methods callable without the trait in scope☆159Updated last week
- Lazy formatting utility macro for rust☆129Updated last year
- Delegation of trait implementations via procedural macros☆275Updated last month
- Comparison of Rust string types☆160Updated 3 weeks ago
- Type that deserializes only from one specific value☆266Updated last week
- Graph the number of crates that depend on your crate over time☆253Updated last month
- Compile-time string formatting☆244Updated 3 weeks ago
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆151Updated 2 months ago
- Easy function multiversioning for Rust☆240Updated 10 months ago
- A procedure macro to unify SYNC and ASYNC implementation for downstream application/crates☆167Updated last year
- "A very small syn"☆211Updated 8 months ago
- Append-only collections for Rust where borrows to entries can outlive insertions☆260Updated 3 months ago
- Extract documentation for the feature flags from comments in Cargo.toml☆186Updated last 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`☆126Updated last year
- Conditional compilation using boolean expression syntax, rather than any(), all(), not()☆291Updated 2 years ago
- A data structure to efficiently intern, cache and restore strings.☆203Updated 2 months ago