dittolive-ditto 4.2.2

Ditto is a peer to peer cross-platform database that allows mobile, web, IoT and server apps to sync with or without an internet connection.
Documentation
1
2
3
4
5
6
7
8
9
#![cfg_attr(rustfmt, rustfmt::skip)]

#[macro_use]
#[path = "helpers/_mod.rs"]
mod helpers;

bench_modules! {
    mod live_queries;
}