|
|
|
|
|
by Retr0id
113 days ago
|
|
If the previous impl had known memory safety issues I'd imagine they'd fix them as a matter of priority. It's hard to test for memory safety issues you don't know about. On the rust side, the question is how much `unsafe` they used (I would hope none at all, although they don't specify). |
|
It seems like it is used mostly for FFI.