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
pub mod authenticator;
pub mod login_provider;
pub mod validity_listener;

pub use authenticator::*;
pub use login_provider::*;
pub use validity_listener::*;