|
|
|
|
|
by kyrofa
897 days ago
|
|
> Unlike this email, C can be converted into Rust piecemeal and integrate with the rest of the kernel. Did you read the entire email? Here's a quote that seems to directly contradict you: > converting C code to Rust isn't something that can be done piecemeal, whereas with some cleanups the existing C code can be compiled as C++. As far as I can tell, the author is correct. What is the pattern for converting C to Rust piecemeal? |
|
You can call Rust from C, and C from rust. You can convert it function by function.