automerge/automerge-frontend
2021-05-19 19:08:52 +01:00
..
benches Add custom RootDiff type 2021-05-16 14:02:57 +01:00
src Fix expansion of multi insert indexes () 2021-05-19 19:08:52 +01:00
tests Merge branch 'main' into implement-new-sequence-patch-format 2021-05-17 13:03:57 +01:00
.gitignore Add first crdt benchmark and some frontend optimisations 2021-01-20 15:18:47 +00:00
Cargo.toml Add derive Arbitrary support behind cargo feature () 2021-05-14 16:38:35 +01:00
README.md Fix typo () 2021-04-20 21:45:40 +01:00

Automerge Frontend

This is an implementation of the "frontend" of the automerge data structure. It is designed to be used on the UI thread of a user facing application.