Stream archive: Writing article for handling Axum Errors (2023-09-14)
Channel:
Subscribers:
8,090
Published on ● Video Link: https://www.youtube.com/watch?v=1ROm6B9GbHw
We finish writing the handling Axum errors article and it's the longest one yet! We finish with a custom Error struct so we don't need Eyre anymore.
Links we looked at
Crust of Rust: Async/Await: [https://www.youtube.com/watch?v=ThjvMReOXYM](https://www.youtube.com/watch?v=ThjvMReOXYM)
Tokio tutorial book: [https://tokio.rs/tokio/tutorial](https://tokio.rs/tokio/tutorial)
thiserror crate: [https://crates.io/crates/thiserror](https://crates.io/crates/thiserror)
Rust docs for Error trait: [https://doc.rust-lang.org/std/error/trait.Error.html](https://doc.rust-lang.org/std/error/trait.Error.html) -- Watch live at https://www.twitch.tv/brookzerker
Other Videos By Brooks Builds (brookzerker)
Tags:
api
axum
errors
games
rust
twitch