|
|
|
|
|
by shadowmint
4254 days ago
|
|
This has been covered repeatedly in the past. Rust inherently helps to prevent many types of memory related and concurrency errors. Rust programs are not 'safe' in the sense that they cannot crash or have security bugs, but they are 'safer' in that the compiler automatically performs a series of safety checks to prevent common errors. |
|
1: Widespread meaning OSes and popular platforms, not custom LOB apps where SQL injection exists on the login page.