pipecrab-runtime 0.2.0

Runtime-agnostic async orchestration for pipecrab: Inbound, Outbound. Built on futures.
Documentation

pipecrab-runtime: runtime-agnostic async orchestration built on futures.

No async executor is baked in: the channels and run loop are plain futures primitives, so the caller drives them (block_on natively, spawn_local in the browser). Compiles for the host and wasm32-unknown-unknown.