pipecrab 0.5.1

Sans-IO voice-agent pipelines with a runtime-agnostic async layer bundled in.
Documentation
1
2
3
4
5
6
7
//! pipecrab — sans-IO voice-agent pipelines, async bundled in.
//!
//! Re-exports the sans-IO core ([`pipecrab_core`]) and the runtime-agnostic
//! async orchestration layer ([`pipecrab_runtime`]) so downstream code depends
//! on one crate. The two have no name collisions.
pub use pipecrab_core::*;
pub use pipecrab_runtime::*;