noamtashma / owning-ref-unsoundnessLinks
An article explaining the unsoundness I found in owning-ref
☆27Updated 3 years ago
Alternatives and similar repositories for owning-ref-unsoundness
Users that are interested in owning-ref-unsoundness are comparing it to the libraries listed below
Sorting:
- Lending iterators on stable Rust☆83Updated last year
- (lifetime) GATs on stable Rust☆59Updated last year
- ☆40Updated last year
- Utility wrapper to send non send types to other threads safely☆188Updated 6 months ago
- A rust crate to find the total size of an object, on the stack and on the heap☆109Updated last year
- A proc macro for real async traits, using nightly-only existential types and generic associated types to work around the need for type er…☆45Updated 3 years ago
- ☆61Updated 2 weeks ago
- Blazing fast immutable collection datatypes for Rust.☆113Updated 2 weeks ago
- assert!() and check!() macros for Rust, inspired by Catch2, now with diffs!☆110Updated last month
- A collection of small utilities for working with pointer types in Rust.☆128Updated 8 months ago
- Home of the "types team", affiliated with the compiler and lang teams.☆96Updated last year
- A low-level I/O ownership and borrowing library☆104Updated last month
- docs.rs as a publishing platform?☆71Updated 2 weeks ago
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆84Updated last year
- Non-interleaving multithreaded output queue☆72Updated this week
- Helper macros: autoimpl, impl_scope☆67Updated this week
- Enhancement over Rust's `std::BinaryHeap`. Supports other than max heap.☆58Updated last year
- Data structures like Rust `alloc` which reuse user allocated memory☆61Updated 2 months ago
- Choose Rust types at compile-time via constants☆68Updated last year
- Umbrella repository for Krabcake experiments☆47Updated 7 months ago
- A reader-writer lock that provides extremely fast read access without starving writers☆84Updated last year
- ☆75Updated last month
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆74Updated last year
- Macro for sealing traits and structures☆59Updated 9 months ago
- Synchronization primitives for lazy and one-time initialization (no_std compatible).☆34Updated 6 months ago
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago
- Define your own PhantomData☆158Updated last week
- A Rust implementation of two segment trees and a fenwick tree.☆66Updated 6 years ago
- An implementation of union-find / congruence-closure in Rust. Extracted from rustc for independent experimentation.☆163Updated last year
- Rust interface for Linux futexes, the fast user-space locking primitive.☆90Updated last year