ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

460 results

Rust Programming Language
RustConf 2020 - Error handling Isn't All About Errors by Jane Lusby

Error handling Isn't All About Errors by Jane Lusby Error handling in rust is incredibly diverse and constantly evolving. As such it is ...

28:48
RustConf 2020 - Error handling Isn't All About Errors by Jane Lusby

30,674 views

5 years ago

timClicks
4 levels of Rust error handling

Strengthen your code one level at a time. Rust's errors can be confusing. Learn how to start with an easy path and grow as you ...

46:35
4 levels of Rust error handling

11,438 views

2 years ago

Cave of Programming
Handling Errors and Creating Files:  Exploring Rust Part 019

In this video I attempt to follow the Rust documentation on error handling, which launches into an explanation of how to open and ...

21:07
Handling Errors and Creating Files: Exploring Rust Part 019

162 views

1 year ago

Lavafroth
Laziness, Rust errors and the secret to being a 10x engineer

In this video, we talk about how we can use the thiserror crate to build our custom errors in Rust with relative ease. Using this ...

8:51
Laziness, Rust errors and the secret to being a 10x engineer

3,458 views

1 year ago

The Tech Rabbit
Rust error handling

Rust error handling - Rust -- https://www.rust-lang.org/ -- https://code.visualstudio.com/ - https://github.com/makeandbreak/Rust ...

31:16
Rust error handling

22 views

8 months ago

GTL
PROG2006: Rust - error handling

PROG2006 Advanced Programming Rust. Error handling. libraries: anyhow, thiserror.

1:19:25
PROG2006: Rust - error handling

144 views

4 years ago

Andy Balaam
Rust 101 – 7: Error handling with panic and Result

We learnt about enums and generics last time, which means we're ready to talk about Result, which is a really nice way of ...

20:18
Rust 101 – 7: Error handling with panic and Result

422 views

1 year ago

Cave of Programming
Better Ways of Handling Rust Errors:  Exploring Rust Part 020

Several different ways of handling errors: unwrap, expect, unwrap_or_else, and the question mark operator. Blog, including Rust ...

21:44
Better Ways of Handling Rust Errors: Exploring Rust Part 020

109 views

1 year ago

GTL
PROG2006: Rust - error handling

PROG2006 Advanced Programming Rust: Error handling (unwrap, ?, except, panic!, and others)

1:34:42
PROG2006: Rust - error handling

123 views

3 years ago

codingjerk
Zig Language | Thoughts After 2 Years

00:00 - Intro 01:00 - Error handling 04:50 - Explicitness and Control 08:46 - Tooling 09:46 - Language Design 12:36 - Community ...

13:38
Zig Language | Thoughts After 2 Years

109,216 views

9 months ago

Jon Gjengset
Crust of Rust: async/await

Finally, we tackle the topic of async/await in Rust, and specifically looking at how to use and think about async/await more so than ...

2:34:01
Crust of Rust: async/await

228,972 views

4 years ago

CSIAC
CSIAC Webinars - Rust Error Handling

https://www.csiac.org/podcast/rust-error-handling/ Rust is a modern programming language that supports safe system ...

1:07:55
CSIAC Webinars - Rust Error Handling

615 views

Streamed 5 years ago

DevConf
An Error-Management Story for Rust

Speaker: Mulhern Unlike C, which uses error codes, or Python, which uses exceptions, both of which require no effort on the ...

35:22
An Error-Management Story for Rust

82 views

6 years ago

Data Science Learning Community Videos
The Rust Programming Language: Common Collections & Error Handling (rust01 8 9)

Andrew Bates leads a discussion of Chapter 8 ("Common Collections") and Chapter 9 (""Error Handling"") from The Rust ...

48:26
The Rust Programming Language: Common Collections & Error Handling (rust01 8 9)

713 views

1 year ago

codingjerk
Zig is better than Rust (sometimes)

Since I use both Rust and Zig, I've collected some use cases, where I prefer Zig over Rust. While it's not an objective comparison, ...

20:21
Zig is better than Rust (sometimes)

95,135 views

7 months ago

saebynVODs
Robust Error Handling for Rust APIs in Glowing-Telegram | Chill Sunday Morning Coding - Episode 82

In this video, I dive into enhancing the error handling mechanisms for our Rust APIs within the Glowing-Telegram Project.

56:34
Robust Error Handling for Rust APIs in Glowing-Telegram | Chill Sunday Morning Coding - Episode 82

24 views

1 year ago

Unhindered by Coding!
Adding `anyhow` error handling to segmented file transfer client! Episode 53 of Unhindered by Coding

This was a very productive stream, even if it leaned a little towards the "grinding" side of things at times. The main outcome was ...

2:03:04
Adding `anyhow` error handling to segmented file transfer client! Episode 53 of Unhindered by Coding

30 views

3 years ago

CIRCL Luxembourg
Rust training day 1 session 2

This series of video provide hands-on Rust training material through progressive exercises and examples. It focuses on core Rust ...

2:43:57
Rust training day 1 session 2

41 views

1 month ago

Lavafroth
Rust: why that funky error type?

Further reading: https://www.cs.brandeis.edu/~cs146a/rust/doc-02-21-2015/book/static-and-dynamic-dispatch.html Credits: Rust ...

5:45
Rust: why that funky error type?

3,766 views

1 year ago

Andy Balaam
Mini-rust in Rust 009: Handling parsing errors

We promised ourselves we'd make sure error messages were good before it got too tricky to do it right, so now we have to bite the ...

59:42
Mini-rust in Rust 009: Handling parsing errors

146 views

11 months ago