/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

blog.vashishtha.in
| | blog.burntsushi.net
3.6 parsecs away

Travel
| | I blog mostly about my own programming projects.
| | ncona.com
3.5 parsecs away

Travel
| | 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
3.9 parsecs away

Travel
| | A little piece of code I didn't find a use for but I thought might be useful for someone else.
| | limpet.net
17.4 parsecs away

Travel
| [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.