You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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