automerge/automerge-frontend
Andrew Jeffery a55ea62c66
Return an error to the user when trying to delete a non-existent key (#204)
* Return an error to the user when trying to delete a non-existent key

* Add tests for deleting a missing key
2021-07-01 16:09:58 +01:00
..
benches Use SmolStr in place of String (#182) 2021-06-19 16:28:51 +01:00
src Return an error to the user when trying to delete a non-existent key (#204) 2021-07-01 16:09:58 +01:00
tests Return an error to the user when trying to delete a non-existent key (#204) 2021-07-01 16:09:58 +01:00
.gitignore Add first crdt benchmark and some frontend optimisations 2021-01-20 15:18:47 +00:00
Cargo.toml Fix Clippy issues, broken tests, formatting issues (#188) 2021-06-28 13:20:21 +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.