Skip to content

Commit b83e717

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

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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+
The binding can be build using `cargo build --release -p breakwater-parser-c-bindings` and will be placed at `target/release/libbreakwater_parser_c_bindings.so`.
6+
7+
For the function signatures and docs please have a look at the Rust docs in `breakwater-parser-c-bindings/src/lib.rs`.
8+
9+
For example usage please have a look at `breakwater-parser-c-bindings/test-from-c/test.c`.

0 commit comments

Comments
 (0)