/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

burntsushi.net
| | ncona.com
5.1 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!(
| | www.scattered-thoughts.net
7.6 parsecs away

Travel
| |
| | blog.vashishtha.in
4.6 parsecs away

Travel
| | Broadly interested in programming languages and systems programming. Beginner-Intermediate Rust Error Handling The various tricks involved in library error handling.
| | developerlife.com
21.1 parsecs away

Travel
| Learn how to implement effective Rust polymorphism, using dyn, impl, existing traits, and trait objects for testing and extensibility, in real world projects.