vibe-ready 0.2.0

Composable runtime, logging, scheduling, and storage foundations for vibe-coding Rust projects.
Documentation
1
2
3
4
5
6
7
8
9
pub mod capabilities;
pub mod connection_status;
pub mod engine;
pub mod engine_config;
pub mod engine_context;
pub mod engine_error;
pub mod engine_executor;
pub mod platform_type;
pub mod scheduler;