automerge/automerge-c/examples
Jason Kankiewicz a22bcb916b Promoted ResultStack/StackNode from the
quickstart example up to the library as `AMresultStack` so that it can
appear in the README.md and be used to simplify the unit tests.
Promoted `free_results()` to `AMfreeStack()` and `push()` to `AMpush()`.
Added `AMpop()` because no stack should be without one.
2022-07-25 00:50:40 -07:00
..
CMakeLists.txt Added a port of the Rust quickstart example. 2022-05-04 01:04:43 -05:00
quickstart.c Promoted ResultStack/StackNode from the 2022-07-25 00:50:40 -07:00
README.md Added a port of the Rust quickstart example. 2022-05-04 01:04:43 -05: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