|
|
|
|
|
by pjmlp
238 days ago
|
|
Who gets to say what is relevant is the architect driving the project implementation. > aren't really relevant, and Rust directly helps with the other two aspects: Not at all, because Rust code has nothing to say about what other processes do to those resources, the only thing you can do is wrap accesses in a unsafe code block and hope for the best, that nothing was corrupted. |
|