Browse Source

db struct begin

db-refactoring
Coin de Gamma 4 months ago
parent
commit
42a1e05b6f
  1. 13
      src/db.rs

13
src/db.rs

@ -0,0 +1,13 @@
pub struct DB {
}
impl DB {
pub fn from() -> DB {
return DB::new();
}
}
Loading…
Cancel
Save