samod-core 0.11.0

the core library for the samod automerge-repo implementation
Documentation
1
2
3
4
5
6
7
#[allow(clippy::module_inception)]
mod connection;
pub(crate) use connection::{Connection, ConnectionArgs};
mod established_connection;
pub(crate) use established_connection::EstablishedConnection;
mod receive_event;
pub(crate) use receive_event::ReceiveEvent;