automerge/automerge-c-v2
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 Implement basic infra for new C api 2021-05-28 11:26:08 -07:00
automerge.c Everything uses MessagePack 2021-06-03 22:13:40 -07:00
automerge.h Everything uses MessagePack 2021-06-03 22:13:40 -07:00
build.rs Implement basic infra for new C api 2021-05-28 11:26:08 -07:00
Cargo.toml Use msgpack instead of JSON 2021-06-03 22:13:40 -07:00
cbindgen.toml Implement basic infra for new C api 2021-05-28 11:26:08 -07:00
Makefile Implement basic infra for new C api 2021-05-28 11:26:08 -07:00