RUST 05: Capturing Keyboard Input in your RUST program
59 views
0

 Published On Apr 25, 2024

In this program I'll show you how to capture string, integer and floating point numbers in your RUST program and make sure that the data the user types (numeric) is valid numeric data!

RUST 04 (Previous): Printing to STDOUT and STDERR in RUST:    • RUST 04: Printing to STDOUT (the scre...  
RUST 06 (Next): Casting/Converting Variables in RUST:    • RUST 06: Converting/Casting Variables...  

00:00 Introduction
00:40 Preparing your RUST project
01:58 Capturing String Input from the Keyboard
12:57 Capturing Integer Input from the Keyboard and Trimming the input
23:03 Capturing Floating Point Input from the Keyboard
26:56 In Summary

show more

Share/Embed