Safe-to-use proc-macro-free self-referential structs in stable Rust.
☆297Dec 30, 2025Updated 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:
- Easy self-referential struct generation for Rust.☆700Jan 11, 2025Updated last year
- Statically-checked alternatives to RefCell and RwLock☆390Sep 17, 2025Updated 6 months ago
- "A very small syn"☆214Feb 1, 2025Updated last year
- Fork of std::Arc with lots of utilities useful for FFI☆284Jan 22, 2026Updated 2 months ago
- A crate for safe and ergonomic pin-projection.☆704Mar 12, 2026Updated last week
- A library for to allow multiple return types by automatically generated enum.☆377Mar 12, 2026Updated last week
- Safe, zero-cost downcasting for limited compile-time specialization.☆183Aug 11, 2025Updated 7 months ago
- Tiny little crate to determine how large an unnameable type is.☆12Mar 29, 2025Updated 11 months ago
- Manual segmented stacks for Rust☆337Feb 7, 2026Updated last month
- Module initialization/global constructor functions for Rust☆963Dec 4, 2025Updated 3 months ago
- A tiny crate mimicking Elixir's pipe operator for Rust without macros.☆36Sep 14, 2021Updated 4 years ago
- Runtime for executing procedural macros as WebAssembly☆1,474Jan 21, 2026Updated 2 months ago
- An implementation of Joshua Yanovski's Ghost Cell paper.☆501Jan 28, 2024Updated 2 years ago
- Tools to feature more lenient Polonius-based borrow-checker patterns on stable Rust☆126Oct 31, 2025Updated 4 months ago
- A string type for Rust that is not required to be valid UTF-8.☆1,053Feb 10, 2026Updated last month
- Slotmap data structure for Rust☆1,298Dec 6, 2025Updated 3 months ago
- Improve and strengthen your strings by making them strongly-typed with less boilerplate☆36Mar 13, 2026Updated last week
- A memory efficient string type that can store up to 24* bytes on the stack☆817Dec 24, 2025Updated 2 months ago
- rust stackful generator library☆361Mar 2, 2026Updated 2 weeks ago
- Queue futures to run concurrently, in the order they're spawned, and with global and group limits.☆67Updated this week
- A fast and ergonomic concurrent hashmap for read-heavy workloads.☆885Aug 6, 2025Updated 7 months ago
- Bare-metal allocators.☆76Aug 23, 2022Updated 3 years ago
- Rust method delegation with less boilerplate☆520Nov 17, 2025Updated 4 months ago
- Rust-to-Rust ffi,ffi-safe equivalents of std types,and creating libraries loaded at startup.☆585Oct 12, 2023Updated 2 years ago
- Use declarative macros as proc_macro attributes or derives☆154Feb 5, 2026Updated last month
- Zero-copy deserialization framework for Rust☆4,090Feb 28, 2026Updated 3 weeks ago
- Structured concurrency operations for async Rust☆492Jan 28, 2026Updated last month
- Compile-time reference counting☆456May 18, 2025Updated 10 months ago
- Obsessively tiny error derive macro☆86Feb 1, 2025Updated last year
- A collection of small utilities for working with pointer types in Rust.☆133Jan 17, 2025Updated last year
- Compact inlined strings for Rust.☆543Sep 20, 2023Updated 2 years ago
- Generic extensions for tapping values in Rust.☆502Sep 29, 2023Updated 2 years ago
- Open a scope and then freeze it in time for future access.☆108Aug 19, 2024Updated last year
- Trait-agnostic derive macros☆28Feb 13, 2025Updated last year
- (lifetime) GATs on stable Rust☆59Jan 12, 2024Updated 2 years ago
- A fast bump allocation arena for Rust☆2,143Feb 26, 2026Updated 3 weeks ago
- Faster, more compact implementation of std::Cow☆374Apr 13, 2023Updated 2 years ago
- Rust programs written entirely in Rust☆905Apr 30, 2025Updated 10 months ago
- Minimalist Rust syntax parsing for procedural macros☆66May 30, 2024Updated last year