automerge/automerge-frontend
Andrew Jeffery 641fd11703
Change init to new and add defaults (#130)
Structs should use `new` for the constructor name and implement
`Default` where they can.
2021-05-14 21:35:09 +01:00
..
benches Add formatting config 2021-04-26 09:42:36 -07:00
src Add derive Arbitrary support behind cargo feature (#124) 2021-05-14 16:38:35 +01:00
tests Change init to new and add defaults (#130) 2021-05-14 21:35:09 +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 (#124) 2021-05-14 16:38:35 +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.