attempt at documenting table crate

This commit is contained in:
Trinity Pointard
2021-03-26 19:41:46 +01:00
committed by Alex Auvolat
parent f871689571
commit b437610812
16 changed files with 65 additions and 32 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
#[macro_use]
extern crate log;
pub mod error;
mod error;
pub use error::Error;
pub mod web_server;