artichoke / cactusrefLinks
🌵 Cycle-Aware Reference Counting in Rust
☆152Updated last month
Alternatives and similar repositories for cactusref
Users that are interested in cactusref are comparing it to the libraries listed below
Sorting:
- A collection of small utilities for working with pointer types in Rust.☆131Updated 10 months ago
- A fast, concurrent string interner☆161Updated last year
- A Vec That Has a Smaller size_of☆146Updated 2 months ago
- generators☆211Updated 2 years ago
- Exploration of using Storage instead of Allocator to parameterize collections in Rust☆142Updated 2 years ago
- Better reference counted strings for Rust☆139Updated last year
- Fork of std::Arc with lots of utilities useful for FFI☆265Updated 3 weeks ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆177Updated 3 months ago
- Execute your code on the Rust ecosystem.☆187Updated this week
- A rust crate to find the total size of an object, on the stack and on the heap☆111Updated last year
- Macro to generate random constants in Rust https://xkcd.com/221/☆79Updated last year
- Graph the number of crates that depend on your crate over time☆254Updated last week
- A rust crate to offer compile-time assistance for working with unsafe code.☆122Updated 4 years ago
- Make trait methods callable without the trait in scope☆161Updated 2 weeks ago
- Compile-time reflection API for developing robust procedural macros (proof of concept)☆129Updated 5 years ago
- Utility wrapper to send non send types to other threads safely☆186Updated 8 months ago
- Compile-time checks that an enum or match is written in sorted order☆119Updated 2 weeks ago
- Versioned data-structures for Rust☆208Updated 9 months ago
- Conditional compilation using boolean expression syntax, rather than any(), all(), not()☆291Updated 2 years ago
- Small, fast, synchronization primitives☆253Updated last year
- Manual segmented stacks for Rust☆328Updated last month
- Type-safe transmutations between layout-compatible types.☆122Updated 5 years ago
- Utilities for dealing with substructures within syn macros☆143Updated 6 months ago
- A stack for rust trait objects that minimizes allocations☆127Updated 3 years ago
- offsetof for Rust☆229Updated last year
- ☆125Updated 3 years ago
- Garbage collected smart pointers for Rust☆270Updated 3 years ago
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago
- A data structure to efficiently intern, cache and restore strings.☆206Updated 3 months ago
- An implementation of union-find / congruence-closure in Rust. Extracted from rustc for independent experimentation.☆164Updated last year