chry_minigrep 0.1.0

A simple grep implementation from The Rust Programing Book.《Rust 程序设计语言》中的一个项目例程:获取一个文件名和一个字符串作为参数,接着读取文件并找到其中包含字符串参数的行,然后打印出这些行。
Documentation
  • Coverage
  • 27.78%
    5 out of 18 items documented1 out of 9 items with examples
  • Links
  • Crates.io
  • Dependencies
  • Versions
  • Owners
  • githubchry

mini grep

minigrep 获取一个文件名和一个字符串作为参数,接着读取文件并找到其中包含字符串参数的行,然后打印出这些行。