automerge/automerge-frontend
2021-06-20 12:46:50 +01:00
..
benches Use SmolStr in place of String (#182) 2021-06-19 16:28:51 +01:00
src Calculate pred_for_key before deleting the key (#183) 2021-06-20 12:46:50 +01:00
tests Add SortedVec struct to ensure preds are sorted (#176) 2021-06-19 17:25:25 +01:00
.gitignore Add first crdt benchmark and some frontend optimisations 2021-01-20 15:18:47 +00:00
Cargo.toml Use SmolStr in place of String (#182) 2021-06-19 16:28:51 +01:00
README.md Fix typo (#98) 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.