Alex' Gardenアレックスの庭

Home

❯

5_Archive

❯

4_Projects

❯

Rust

❯

Rust Readers

1 min read

📖 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

  1. Programming Rust, 2nd Edition. Accessed April 5, 2022. https://learning.oreilly.com/library/view/programming-rust-2nd/9781492052586/. ↩

Graph View

  • 📖 Rust Readers
  • Readers

Backlinks

  • Rust Buffered Readers
  • Rust Input and Output