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
+4 -3
View File
@@ -1,3 +1,4 @@
#![warn(missing_docs)]
#![recursion_limit = "1024"]
#[macro_use]
@@ -8,10 +9,10 @@ pub mod schema;
pub mod util;
pub mod data;
pub mod gc;
pub mod merkle;
mod gc;
mod merkle;
pub mod replication;
pub mod sync;
mod sync;
pub mod table;
pub use schema::*;