/minigrep

Primary LanguageRust

Program "minigrep" from Rust book

This chapter recapped some of the major concepts you’ve learned so far and covered how to perform common I/O operations in Rust. By using command line arguments, files, environment variables, and the eprintln! macro for printing errors.