|
|
|
|
|
by hkalbasi
16 days ago
|
|
If the major obstacle for adopting Rust is C interop, you may find my project CO2[1] appealing. It helps you to define C crates, `#include` C headers, while exporting a Rust API with Rust types in your crate boundary. [1]: https://github.com/hkalbasi/co2 |
|