- Rust Standard Library Cookbook
- Jan Nils Ferner Daniel Durante
- 32字
- 2021-08-27 19:45:07
Reading from stdin
If you want to create an interactive application, it's easy to prototype your functionality with the command line. For CLI programs, this will be all the interaction you need.