A macro for declaring thread-local `static`s like using both of `lazy_static!` and `RefCell`
A library that is similar to a thread local storage but allows to store references / dyn Trait within a scope.
Complete JNI and JVMTI bindings for Rust with zero dependencies. Build JVM agents in pure Rust.
A highly parallel Perl 5 interpreter written in Rust
Pure-Rust AV1 codec — orphan-rebuild scaffold pending clean-room re-implementation.
A `RefCell` for sharing data with interrupt handlers or signal handlers on the same thread.
Lambda calculus with records, prototype chains, ref cells, GC, and non-local control flow via throw/try/catch. Outcome::Normal/Thrown is threaded purely-functionally through every reduction. Spike 4 of a web-engine reformulation targeting Tauri.
A GTK and libadwaita state association library
Share a reference in thread inner.
An AI-native version control system
Queue-like frontier for breath-first visits on graphs that supports constant-time concurrent pushes and parallel iteration
A virtual scroller for Leptos to efficiently render large lists.