Skip to content

Commit cd3049f

Browse files
committed
Add README for breakwater-parser-c-binding
1 parent 7ad02f4 commit cd3049f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)