samod-core 0.1.0

the core library for the samod automerge-repo implementation
Documentation
1
2
3
4
5
6
use automerge::ChangeHash;

#[derive(Clone, Debug)]
pub struct DocumentChanged {
    pub new_heads: Vec<ChangeHash>,
}