Custom Extractors - Introduction to Axum 0.5

Subscribers:
8,080
Published on ● Video Link: https://www.youtube.com/watch?v=MCctt60aeNk



Duration: 18:03
1,179 views
30


View the code for the Introduction to Axum course at https://github.com/brooks-builds/full-stack-todo-rust-course/tree/main/backend/rust/axum.

Axum is a backend API framework for Rust. It's written by the same team that makes Tokio.rs and therefore is 100% compatible with Tokio. It's meant to be easy to get started with but powerful enough to run your project on.

Find the playlist with more Axum videos at https://www.youtube.com/playlist?list=PLrmY5pVcnuE-_CP7XZ_44HN-mDrLQV4nS.

You can join the community Discord server on the Brooks Builds website at https://brooksbuilds.com. If you have any questions about the course, Rust, or Axum please bring them to the course help channel.

This video was recorded live on Twitch at https://twitch.tv/brookzerker if you want to check out what Brooks is up to recently.




Other Videos By Brooks Builds (brookzerker)


2022-11-18Atomic Updates Introduction to Axum 0.5
2022-11-18Stream archive: Recording videos for Axum course (2022-11-15)
2022-11-18Game Programming Patterns part 24.7 - (Rust, GGEZ) Making the player move
2022-11-18Stream archive: Introduction to Axum (2022-11-18)
2022-11-18Stream archive: Recording videos for Axum course (2022-11-17)
2022-11-18Stream archive: Recording videos for Axum course (2022-11-14)
2022-11-13Validating with Serde - Introduction to Axum 0.5
2022-11-13Selecting One Item from the Database - Introduction to Axum 0.5
2022-11-13Passing Data to Handlers - Introduction to Axum 0.5
2022-11-13Inserting to the Database - Introduction to Axum 0.5
2022-11-13Custom Extractors - Introduction to Axum 0.5
2022-11-13Stream archive: Recording videos for Axum (2022-11-08)
2022-11-13Stream archive: Recording videos for Axum course (2022-11-10)
2022-11-13Stream archive: Recording videos for Axum course (2022-11-11)
2022-11-13Game Programming Patterns part 24.10 - (Rust, GGEZ) Colliding with Spikes
2022-11-07Stream archive: Exploring Axum (Rust backend framework) (2022-11-07)
2022-11-07Game Programming Patterns part 24.10 - (Rust, GGEZ) Colliding with Spikes
2022-11-04Stream archive: Exploring Axum (Rust backend framework) (2022-11-04)
2022-11-04Creating a Chat vs Streamer game in Rust + GGEZ part 28
2022-11-03Stream archive: Fixing some bugs in the Yew.rs course (2022-11-03)
2022-11-03Creating a Random Chooser part 6: Right collector and Event Manager