|
|
|
|
|
by GuB-42
152 days ago
|
|
> Calling into C libraries from Rust is extremely easy Calling the C function is not the problem here. It is dealing with the big data structure this function returns in a Rust-friendly manner. This is something Protobuf does very well, at the cost of performance. |
|