|
You are here |
blog.vashishtha.in | ||
| | | | |
blog.burntsushi.net
|
|
| | | | | I blog mostly about my own programming projects. | |
| | | | |
ncona.com
|
|
| | | | | Unrecoverable errors These errors are a sign that the developer made a mistake. An example of this, could be trying to access an index that is out of bounds. For example: 1 2 3 4 5 6 7 8 fn get_number() -> usize { return 5; } fn main() { let numbers = [1, 2]; println!( | |
| | | | |
lunareclipse.zone
|
|
| | | | | A little piece of code I didn't find a use for but I thought might be useful for someone else. | |
| | | | |
limpet.net
|
|
| | | [AI summary] This article explains Rust's memory safety guarantees by reframing the compiler's borrowing and lifetime checks as a system of unique versus shared access to data. | ||