automerge/automerge-frontend
2021-04-24 14:25:31 -07:00
..
benches Update patches with pending_changes 2021-04-24 14:25:31 -07:00
src Allow change to return value from users closure () 2021-04-15 10:49:04 +01:00
tests Update patches with pending_changes 2021-04-24 14:25:31 -07:00
.gitignore Add first crdt benchmark and some frontend optimisations 2021-01-20 15:18:47 +00:00
Cargo.toml Use grapheme clusters in Text instead of char () 2021-03-28 21:32:03 +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.