automerge/automerge-c
Andrew Jeffery 8b3938c2e7
Rename UncompressedChange to Change (#173)
It wasn't really uncompressed as we have compressed and uncompressed
changes in the backend. It is just not encoded into the binary format.
The module separation (protocol vs backend) should help with the
distinction.
2021-06-16 11:50:26 +01:00
..
src Rename UncompressedChange to Change (#173) 2021-06-16 11:50:26 +01:00
.gitignore bugfix in RLE encode/decode 2020-05-06 10:31:50 -07:00
automerge.c Better sync test 2021-05-18 16:25:19 -04:00
automerge.h add c binding 2021-05-24 13:15:20 -07:00
build.rs Add formatting config 2021-04-26 09:42:36 -07:00
Cargo.toml Dont document the C lib 2021-05-24 13:18:44 -07:00
cbindgen.toml first cut of the C api 2020-05-07 07:57:34 -07:00
Makefile explicitly use the static library 2021-04-03 12:31:13 -04:00