SabrinaJewson / pinned-aliasable.rsView external linksLinks
`Pin`-based stopgap for unboxed aliasable values in self-referential data structures in Rust
☆15Aug 27, 2022Updated 3 years ago
Alternatives and similar repositories for pinned-aliasable.rs
Users that are interested in pinned-aliasable.rs are comparing it to the libraries listed below
Sorting:
- A safe `Pin`-based intrusive doubly-linked list in Rust☆22Mar 27, 2025Updated 10 months ago
- Helper proc-macro to "ungroup" a captured metavariable☆10Jul 19, 2023Updated 2 years ago
- Rust library for memory barrier☆36May 17, 2024Updated last year
- Efficient reference counted vector data structure is Rust☆18Nov 26, 2025Updated 2 months ago
- ☆16Jul 26, 2025Updated 6 months ago
- A proc macro for real async traits, using nightly-only existential types and generic associated types to work around the need for type er…☆45Jun 11, 2022Updated 3 years ago
- Rust crate providing a reimplementation of the `std::Any` trait that supports types with non-`'static` lifetimes.☆44Dec 17, 2024Updated last year
- A crate for converting an ASCII text string to a single unicode grapheme cluster and back. Also provides a macro to embed encoded source …☆21Updated this week
- Drew's very fast objc rust bindings☆24Oct 13, 2024Updated last year
- A curated list of awesome Rust checkers☆64Feb 3, 2026Updated last week
- Trait synonyms for “Fn[…]”-trait bounds returning futures☆22Dec 7, 2021Updated 4 years ago
- CIRC: Concurrent Immediate Reference Counting☆55Nov 15, 2024Updated last year
- Experimental JIT compiler generator☆29Apr 17, 2024Updated last year
- ☆26Updated this week
- Declarative macros for statically initializing collections with ease☆27Jan 29, 2024Updated 2 years ago
- A community preview of ongoing formal verification efforts for Asterinas☆42Feb 5, 2026Updated last week
- A minimal viewer for Termimad☆32Dec 7, 2024Updated last year
- A concurrent work-stealing queue for building schedulers in Rust☆27Jul 25, 2023Updated 2 years ago
- Rust bindings for libgccjit☆30Jan 30, 2026Updated 2 weeks ago
- Const TypeId and non-'static TypeId☆70Dec 20, 2025Updated last month
- An implementation of the Piet render context using the GPU.☆35Feb 11, 2024Updated 2 years ago
- Information about verification tools. Browse the data at https://slebok.github.io/proverb/☆32Dec 9, 2023Updated 2 years ago
- Component Architecture test suite and example apps.