vibe-ready 0.1.1

This is the project framework for vibe coding, with multiple optional modules, aiming to quickly build vibe coding projects
Documentation
1
2
3
4
pub const ENGINE_CHANNEL_BUFFER_SIZE: usize = 512;
pub const ENGINE_SYNC_CHANNEL_BUFFER_SIZE: usize = 128;

pub const DB_CHANNEL_BUFFER_SIZE: usize = 1024;