Voultapher / self_cellLinks
Safe-to-use proc-macro-free self-referential structs in stable Rust.
☆274Updated 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☆373Updated 2 weeks ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆173Updated last month
- Fork of std::Arc with lots of utilities useful for FFI☆257Updated 3 weeks ago
- A scope for async_std and tokio to spawn non-static futures☆148Updated last year
- Struct fields that are made read-only accessible to other modules☆258Updated 2 weeks ago
- A library for to allow multiple return types by automatically generated enum.☆372Updated last week
- Safely cast &T to &U where the struct U contains a single field of type T.☆214Updated last week
- Utility wrapper to send non send types to other threads safely☆188Updated 6 months ago
- Easy code duplicate with substitution for Rust☆248Updated last month
- Macro to repeat sequentially indexed copies of a fragment of code☆159Updated 2 weeks ago
- Delegation of trait implementations via procedural macros☆275Updated last month
- ☆223Updated last month
- Pull in every source file in a directory as a module☆178Updated last week
- A procedure macro to unify SYNC and ASYNC implementation for downstream application/crates☆166Updated last year
- Diff library with semantic cleanup, based on Google's diff-match-patch☆222Updated 2 weeks ago
- Easy function multiversioning for Rust☆238Updated 9 months ago
- Reflection via DWARF.☆297Updated 2 years ago
- Lazy formatting utility macro for rust☆129Updated last year
- A small test framework to write your own test harness that looks and behaves like the built-in test harness used by `rustc --test`☆125Updated last year
- Conditional compilation according to rustc compiler version☆381Updated 2 weeks ago
- "A very small syn"☆209Updated 8 months ago
- Type that deserializes only from one specific value☆260Updated this week
- Procedural macro to implement Display and FromStr using common settings.☆188Updated last month
- A simple wrapper around filesystem operations to provide more helpful error messages.☆152Updated 3 weeks ago
- Comparison of Rust string types☆158Updated this week
- Compile-time string formatting☆242Updated 10 months ago
- Append-only collections for Rust where borrows to entries can outlive insertions☆259Updated 2 months ago
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆151Updated last month
- Graph the number of crates that depend on your crate over time☆253Updated 3 weeks ago
- Make trait methods callable without the trait in scope☆157Updated 2 weeks ago