|
|
|
|
|
by wolvesechoes
272 days ago
|
|
There are valid and safe programs rejected by Rust compiler if you don't go through rituals required to please it (slaping Rc, Refcells etc). No amount of "oh your Rust code is actually something you would ended up with if you would choose C" will change that. |
|
Ideally you can also design a safe API around it using the appropriate language primitives to model the abstraction, but there’s no requirement.