codespan icon indicating copy to clipboard operation
codespan copied to clipboard

Are there C bindings for codespan?

Open aminya opened this issue 4 years ago • 2 comments

I searched, but I couldn't find anything. I think the main functionality of this library that is getting diagnostics and printing them to the terminal, should be C-bindable.

aminya avatar Aug 29 '21 09:08 aminya

No, there are currently no C bindings. I don't think there are plans to add some.

Johann150 avatar Aug 29 '21 15:08 Johann150

C bindings for such a library is important because other languages are not written in Rust. If the main functions can be identified, then I think cbindgen can be used.

aminya avatar Aug 29 '21 23:08 aminya