samod-core 0.11.0

the core library for the samod automerge-repo implementation
Documentation
1
2
3
4
5
6
7
8
#[allow(clippy::module_inception)]
mod command;
mod command_id;
mod command_result;

pub(crate) use command::Command;
pub use command_id::CommandId;
pub use command_result::CommandResult;