A generic lazy list
A more type-safe take on Rust stackless coroutines
Convenience macros to help with the "bundle multiple generic params with a helper trait" pattern
Procedural macros for Plexus RPC activations
A fast, easy, and tasty functional programming prelude
Safe, Go-style Rust bindings for the LLAM runtime
A lightweight, no_std-compatible spinlock and exponential backoff implementation for low-level concurrent systems.
A `#[derive(Arbitrary)]` proc-macro emitting native `quickcheck::Arbitrary` impls (arbitrary + shrink).
Pure-Rust AV1 codec — orphan-rebuild scaffold pending clean-room re-implementation.
AXON v1.5.1 — first crates.io publication of the AXON language full-stack runtime. Lexer/parser/type-checker/IR generator (re-exported from axon-frontend) plus the native Rust runtime: typed channels (TypedEventBus with QoS×5, π-calculus mobility, capability extrusion via shield D8 — Fase 13.f.2), Free Monad CPS handlers (Fase 2), lease kernel + reconcile loop (Fase 3+5), Epistemic Security Kernel (ESK Fase 6), Trust Types + ReplayLog (Fase 11.a+11.c), Stateful PEM over WebSocket (Fase 11.d), Ontological Tool Synthesis (Fase 11.e), Mobile Typed Channels (Fase 13). Crate publishes as `axon-lang` to mirror the Python PyPI package; library import remains `use axon::*` so existing call sites keep working unchanged.
Rust wrappers around Microsoft Azure REST APIs - Core crate
Rust SDK for building Bomberman bots that connect to a Bombahead game server over WebSockets.
Implement the Ruby 2.5 Object#yield_self method
backport_yield_self is the backport of Kernel#yield_self in Ruby 2.5 to older Ruby versions.
A backport/polyfill of `yield self` and` then` methods for old Ruby versions.
Implement the Ruby 2.6 alias for #yield_self