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.

342 B

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