This commit is contained in:
2026-01-02 05:15:25 +01:00
commit 0057613308
7 changed files with 2427 additions and 0 deletions

7
src/lib.rs Normal file
View File

@@ -0,0 +1,7 @@
#[cfg(feature = "logging")]
pub mod logging;
#[cfg(feature = "db-sqlx")]
pub mod db;
pub mod error;