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
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;