Rust for newbies (Part 5 of 12)

Hosted By
Sanchayan M.

Details
• What we'll do
Rust Error Handling workshop
Rust’s commitment to reliability extends to error handling. This is seen in great detail in situations that involve IO.
Rust groups errors into two major categories: recoverable and unrecoverable errors. Rust doesn’t have exceptions. Instead, it has
- value Result for recoverable errors
- panic! macro that stops execution when it encounters unrecoverable errors.
• What to bring
Latest Rust stable or nightly installed
• Important to know
This is a "FOSS" free of charge workshop.

Rust India
See more events
Thought Factory, Axis Bank Innovation Lab
2nd Floor, Tower D, Diamond District,Old Airport Rd, HAL Airport Area, Domlur · Bangalore
Rust for newbies (Part 5 of 12)