samod-core 0.10.0

the core library for the samod automerge-repo implementation
Documentation
1
2
3
4
5
6
7
8
#[derive(Debug, Clone, Copy, PartialEq, Eq, PartialOrd, Ord)]
pub(crate) enum DocumentStatus {
    Spawned,
    Loading,
    Requesting,
    Ready,
    NotFound,
}