automerge/automerge-frontend
2022-02-24 15:48:48 -05:00
..
benches Use SmolStr in place of String (#182) 2021-06-19 16:28:51 +01:00
src clippy and fmt 2022-02-24 15:48:48 -05:00
tests Fix logic for condensing insert ops (#242) 2021-11-15 22:28:00 +00:00
.gitignore Add first crdt benchmark and some frontend optimisations 2021-01-20 15:18:47 +00:00
Cargo.toml Cleaned up some warnings and errors running against Rust 1.58.1 2022-02-24 15:20:48 -05: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.