automerge/automerge/examples
Alex Good 3a3df45b85
Access change fields through field accessors
The representation of changes in storage-v2 is different to the existing
representation so add accessor methods to the fields of `Change` and
make all accesses go through them. This allows the change representation
in storage-v2 to be a drop-in.

Signed-off-by: Alex Good <alex@memoryandthought.me>
2022-08-22 21:16:42 +01:00
..
quickstart.rs Access change fields through field accessors 2022-08-22 21:16:42 +01:00
README.md Add quickstart example using new transaction (#273) 2022-02-28 11:49:36 +00:00
watch.rs Add increment observation for observer 2022-04-20 14:44:04 +01:00

Automerge examples

Quickstart

cargo run --example quickstart