|
|
|
|
|
by throwawaymaths
1483 days ago
|
|
Just FYI: things that are actually "saving lives" are probably realtime applications, which need things like deterministic execution time, no allocation from the os, bounded memory usage, which rust generally does not give you without a ton of effort. |
|