caretta-sync-core 0.0.2

A local-first application framework for lazy person
Documentation
1
2
3
4
5
#[cfg(feature = "macros")]
pub use caretta_sync_macros::Mergeable;
pub trait Mergeable: Sized {
    fn merge(&mut self, other: Self);
}