We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ad02f4 commit cd3049fCopy full SHA for cd3049f
breakwater-parser-c-bindings/README.md
@@ -0,0 +1,7 @@
1
+# breakwater-parser-c-bindings
2
+
3
+This bindings allows you to call the breakwater-parsed fom C code (or all other languages that offer FFI with C functions).
4
5
+For the function signatures and docs please have a look at the Rust docs in `breakwater-parser-c-bindings/src/lib.rs`.
6
7
+For example usage please have a look at `breakwater-parser-c-bindings/test-from-c/test.c`.
0 commit comments