automerge/automerge-frontend
2021-06-09 16:51:56 +01:00
..
benches Add custom RootDiff type 2021-05-16 14:02:57 +01:00
src Add AsRef for Value () 2021-06-09 16:51:56 +01:00
tests Remove value_at_path () 2021-06-07 10:18:00 +01:00
.gitignore Add first crdt benchmark and some frontend optimisations 2021-01-20 15:18:47 +00:00
Cargo.toml Switch back to using Vec<u8> 2021-05-24 13:17:37 -07: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.