caretta-sync-core 0.0.2

A local-first application framework for lazy person
Documentation
1
2
3
4
5
6
7
8
9
pub mod config;
pub mod error;
pub mod global;
pub mod models;
pub mod proto;
pub mod server;
#[cfg(any(test, feature = "test"))]
pub mod tests;
pub mod utils;