|
|
|
|
|
by whytevuhuni
489 days ago
|
|
That's right, unsafety extends to the whole module, and anything else that relies on the module's internal implementation. Generally all the way up to the abstraction's public API, whatever that abstraction is (a Vec, a Mutex, etc). But it's nevertheless still not different from other languages that are deemed memory safe. |
|