You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Ziyang Hu cad908edbc use `exists` instead of `put` 2 years ago
..
src update copyright notice 2 years ago
.gitignore example in C; always write `errored` in C API; 2 years ago
Cargo.toml move the core library into its own directory 2 years ago
README.md update docs 2 years ago
build.rs update copyright notice 2 years ago
cozo_c.h use `exists` instead of `put` 2 years ago
example.c update copyright notice 2 years ago

README.md

Cozo C lib

This directory contains the source of the Cozo C API.

For building, refer here.

The API is contained in this single header file.

An example for using the API is here.

To build and run the example:

gcc -L../target/release/ -lcozo_c example.c -o example && ./example