minigrep_bourne 0.1.0

A simple implementation of the classic grep command
Documentation
  • Coverage
  • 0%
    0 out of 8 items documented0 out of 5 items with examples
  • Size
  • Source code size: 5.7 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 298.51 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 9s Average build duration of successful builds.
  • all releases: 9s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • idle-ape

一个I/O项目,构建命令行程序

通过使用命令行参数、文件、环境变量和打印错误到标准错误的 eprintln! 宏,融合之前所学的一些内容,包括:第七章的模块,第八章的vector、字符串等集合,第九章的错误处理,第十章的 trait 和生命周期,以及第十一章的测试。