codespan
codespan copied to clipboard
Are there C bindings for codespan?
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.
No, there are currently no C bindings. I don't think there are plans to add some.
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.