Daily_study_210911

TIL 2021_09_11

Rust 언어 스터디
TextBook : The Rust Programming Language (https://doc.rust-lang.org/book/title-page.html)
Exercise repo : https://github.com/JaeYoonKimme/Rust_Programming_Language

Chapter12 : An I/O Project: Building a Command Line Program

  • Rust 로 Command line input을 다루는 작은 프로젝트를 구현했다.
  • minigrep
    -> $cargo run searchstring example-filename.txt
    -> 주어진 파일 에서 특정 string을 가진 라인을 출력해주는 프로그램
    링크 https://github.com/JaeYoonKimme/Rust_Programming_Language/tree/main/Chap12/minigrep/src