Get 20% off all career paths from fullstack to AI
Cybersecurity: Ethical Hacking Fundamentals - Self Paced Online
Overview
Google, IBM & Meta Certificates — All 10,000+ Courses at 40% Off
One annual plan covers every course and certificate on Coursera. 40% off for a limited time.
Get Full Access
Explore a 29-minute tutorial on creating a small Rust project called "poll" to demonstrate concepts from previous videos. Learn about project structure, workspace configuration, and crate management in Rust. Dive into the code implementation, covering topics such as argument parsing, main loop structure, and using external crates like pretty-print. Discover how to format configuration rows, implement generics, and add stylized text to your output. Gain insights into problem-solving techniques, including leveraging AI assistance with Copilot.
Syllabus
intro
btop
intro to poll
poll arguments
look at script
rust project
root Cargo.toml
looking at the crates
adding another crate
building all crates
look at the code
first couple lines
main loop
how to use poll
pretty-print crate
configuration rows formatting
using generics
using a function from pretty-print
adding the padding
Stylized text
toughest part
Copilot helps me out
Taught by
The Dev Method