chry_minigrep 0.1.0

A simple grep implementation from The Rust Programing Book.《Rust 程序设计语言》中的一个项目例程:获取一个文件名和一个字符串作为参数,接着读取文件并找到其中包含字符串参数的行,然后打印出这些行。
Documentation
1
2
3
4
5
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "chry_minigrep"
version = "0.1.0"