codemap icon indicating copy to clipboard operation
codemap copied to clipboard

Add c bindings

Open aminya opened this issue 2 years ago • 0 comments

I am trying to add C bindings for codemap. Some of the functions are not ffi::safe, so there are some warnings. But I think we can wrap those functions to make them C bindable.

cbindgen --config cbindgen.toml --crate codemap --output ./bindings/codemap.h --lang C

aminya avatar Aug 30 '21 05:08 aminya