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:
- 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
- Lending iterators on stable Rust☆83Updated last year
- ☆39Updated last year
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 4 years ago
- (lifetime) GATs on stable Rust☆59Updated last year
- Blazing fast immutable collection datatypes for Rust.☆134Updated last month
- Utility wrapper to send non send types to other threads safely☆185Updated 9 months ago
- An updated version of linked-hash-map and friends☆139Updated 2 months ago
- A low-level I/O ownership and borrowing library☆106Updated 5 months ago
- ☆113Updated 2 years ago
- docs.rs as a publishing platform?☆71Updated 3 weeks ago
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆73Updated last month
- ☆63Updated last week
- Define your own PhantomData☆158Updated 3 weeks ago
- Rust interface for Linux futexes, the fast user-space locking primitive.☆92Updated last year
- The simd optimized escape code☆54Updated last week
- Data structures like Rust `alloc` which reuse user allocated memory☆61Updated 3 months ago
- Ergonomic tagged pointer☆31Updated last year
- A reader-writer lock that provides extremely fast read access without starving writers☆86Updated 2 years ago
- A library for generating Graphviz DOT language files for graphs.☆78Updated 9 months ago
- Umbrella repository for Krabcake experiments☆47Updated 11 months ago
- Enhancement over Rust's `std::BinaryHeap`. Supports other than max heap.☆59Updated last year
- A generational arena based LRU Cache implementation in 100% safe rust.☆40Updated 3 years ago
- Time and duration crate optimized for speed and API stability.☆75Updated 2 months ago
- Command line interface as a function.☆76Updated 2 years ago
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆88Updated last year
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆77Updated 3 weeks ago
- A lightweight attribute for easy generation of const functions with conditional compilations.☆30Updated last month
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆35Updated last year
- A small ASCII-only bounded length string representation.☆61Updated 3 years ago