db, add core user functionality and tests; db mod
Adds all the basic user functions, and tests for them. This is also intializes the DB Module, which will have more things in it
This commit is contained in:
parent
b30eefd516
commit
99321e9a5d
4 changed files with 185 additions and 0 deletions
|
|
@ -2,6 +2,7 @@ use std::error::Error;
|
|||
|
||||
type Result<T> = std::result::Result<T, Box<dyn Error>>;
|
||||
|
||||
pub mod db;
|
||||
pub mod score;
|
||||
|
||||
#[cfg(test)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue