start refactor

This commit is contained in:
2023-08-29 21:34:00 +02:00
parent fa04374516
commit 57f97b0b7d
10 changed files with 322 additions and 76 deletions

5
rust/src/lib.rs Normal file
View File

@@ -0,0 +1,5 @@
mod error;
mod models;
mod sqlite;
use error::{Error, RequestError, StartError};