Completed
poll arguments
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Rust Project: Building a Poll Application with Workspaces and Pretty-Print - Tutorial
Automatically move to the next video in the Classroom when playback concludes
- 1 intro
- 2 btop
- 3 intro to poll
- 4 poll arguments
- 5 look at script
- 6 rust project
- 7 root Cargo.toml
- 8 looking at the crates
- 9 adding another crate
- 10 building all crates
- 11 look at the code
- 12 first couple lines
- 13 main loop
- 14 how to use poll
- 15 pretty-print crate
- 16 configuration rows formatting
- 17 using generics
- 18 using a function from pretty-print
- 19 adding the padding
- 20 Stylized text
- 21 toughest part
- 22 Copilot helps me out