dittolive-ditto 4.14.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
//! Experimental features that are not yet stable and do not maintain the usual semver guarantees.

/// Experimental: Provides access to the Ditto Bus stream and message API.
#[cfg(feature = "experimental-bus")]
pub use dittolive_ditto_base::bus;
#[cfg(feature = "experimental-bus")]
/// Experimental: Convenience type for working with Peer Public Keys.
pub use dittolive_ditto_base::peer_pubkey;