automerge/rust/automerge-c/examples
Jason Kankiewicz fb0c69cc52 Updated the quickstart example to work with
`AMbyteSpan` values instead of `*const libc::c_char` values.
2022-11-27 23:52:47 -08:00
..
CMakeLists.txt Move rust workspace into ./rust 2022-10-16 19:55:51 +01:00
quickstart.c Updated the quickstart example to work with 2022-11-27 23:52:47 -08:00
README.md Move rust workspace into ./rust 2022-10-16 19:55:51 +01:00

Automerge C examples

Quickstart

cmake -E make_directory automerge-c/build
cmake -S automerge-c -B automerge-c/build
cmake --build automerge-c/build --target example_quickstart