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
10
pub mod log_backend;
pub mod log_def;
#[cfg(feature = "log-diesel")]
pub mod log_diesel;
pub mod log_level;
pub mod logger;
pub mod logger_macro;
pub mod models_impl;
#[cfg(feature = "log-diesel")]
pub mod table_log;