The eponoymous `droppable_pin!` macro around a given `let var = pin!()` declaration allows invoking `pin_drop!` and `pin_set!` on the given `var`, which have in turn been designed to avoid silly borrow-checking errors.
Library to facilitate safe pinned initialization
Print-clean macro. Like `println!` but cleaner input.
Small wrapper around an equivalent of Pin<Weak<T>>
Pin-based stopgap for unboxed aliasable values in self-referential data structures
A modern terminal IRC client built with Ratatui and Tokio
High-performance wait-free memory reclamation for lock-free data structures. Bounded memory usage, predictable latency.
Multi-producer multi-consumer channels using Kovan for memory reclamation
Lock-free concurrent hash maps using kovan memory reclamation
Multi-Version Concurrency Control (MVCC) implementation based on the Percolator model using Kovan
High-performance queue primitives and disruptor implementation for Kovan.
Software Transactional Memory (STM) implementation using Kovan for memory reclamation