Adding db module
Rust Build / Test Suite (push) Successful in 29s
Rust Build / Check (push) Successful in 36s
Rust Build / Rustfmt (push) Successful in 28s
Rust Build / Clippy (push) Successful in 35s
Rust Build / build (push) Successful in 30s

This commit is contained in:
2026-05-31 16:11:34 -04:00
parent 26842175fe
commit 42dd25691c
2 changed files with 29 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
pub mod init;
mod connection_settings {
pub const MAXCONN: u32 = 5;
}