๐ Rust Readers
= values that a program can read bytes from 1
Readers
- open file:
std::fs::File::open(filename)
- process input stream:
std::io::stdin()
- network:
std::net::TcpStream
Footnotes
-
Programming Rust, 2nd Edition. Accessed April 5, 2022. https://learning.oreilly.com/library/view/programming-rust-2nd/9781492052586/. โฉ