|
|
|
|
|
by raincole
27 days ago
|
|
It's unironically a good practice when you port from an unsafe language (C/Zig) to Rust. Porting isn't refactoring. One should keep the logic mapping one-to-one as much as possible. The high number of unsafe blocks is a good sign. |
|