Statically-checked alternatives to RefCell and RwLock
☆391Sep 17, 2025Updated 7 months ago
Alternatives and similar repositories for qcell
Users that are interested in qcell are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- An implementation of Joshua Yanovski's Ghost Cell paper.☆504Jan 28, 2024Updated 2 years ago
- Compile-time reference counting☆457May 18, 2025Updated 11 months ago
- Safe-to-use proc-macro-free self-referential structs in stable Rust.☆298Dec 30, 2025Updated 4 months ago
- Slotmap data structure for Rust☆1,312Dec 6, 2025Updated 4 months ago
- Easy self-referential struct generation for Rust.☆706Jan 11, 2025Updated last year
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- A lightweight low-level single-threaded actor runtime☆187Apr 16, 2026Updated 2 weeks ago
- Runtime for executing procedural macros as WebAssembly☆1,492Jan 21, 2026Updated 3 months ago
- A crate for safe and ergonomic pin-projection.☆708Apr 15, 2026Updated 2 weeks ago
- A memory efficient string type that can store up to 24* bytes on the stack☆829Dec 24, 2025Updated 4 months ago
- Module initialization/global constructor functions for Rust☆979Updated this week
- Support atomic operations on Arc itself☆1,321Apr 4, 2026Updated last month
- Safe cross-platform linker shenanigans☆854Apr 17, 2026Updated 2 weeks ago
- A fast bump allocation arena for Rust☆2,178Apr 27, 2026Updated last week
- Define your own PhantomData☆160Mar 24, 2026Updated last month
- Deploy on Railway without the complexity - Free Credits Offer • AdConnect your repo and Railway handles the rest with instant previews. Quickly provision container image services, databases, and storage volumes.
- A library for to allow multiple return types by automatically generated enum.☆379Apr 10, 2026Updated 3 weeks ago
- Ensure correct assumptions about constants, types, and more in Rust☆656Nov 18, 2023Updated 2 years ago
- Macros for all your token pasting needs☆1,086Oct 6, 2024Updated last year
- Safe, fallible, embedded-friendly ordered set/map via a scapegoat tree. Validated against BTreeSet/BTreeMap.☆263Feb 10, 2022Updated 4 years ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆183Aug 11, 2025Updated 8 months ago
- Manual segmented stacks for Rust☆344Apr 22, 2026Updated last week
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,349Apr 18, 2026Updated 2 weeks ago
- Conditional compilation using boolean expression syntax, rather than any(), all(), not()☆291Dec 18, 2022Updated 3 years ago
- "A very small syn"☆216Feb 1, 2025Updated last year
- Wordpress hosting with auto-scaling - Free Trial Offer • AdFully Managed hosting for WordPress and WooCommerce businesses that need reliable, auto-scalable performance. Cloudways SafeUpdates now available.
- A vector with a fixed capacity. (Rust)☆864Oct 19, 2024Updated last year
- Structured concurrency operations for async Rust☆494Jan 28, 2026Updated 3 months ago
- Stackless generators on stable Rust.