| Crates.io | grep-rs |
| lib.rs | grep-rs |
| version | 0.2.1 |
| created_at | 2024-03-23 08:47:16.873348+00 |
| updated_at | 2024-03-25 10:28:55.323217+00 |
| description | A tool to search files |
| homepage | |
| repository | https://github.com/InkCoderYmc/grsp |
| max_upload_size | |
| id | 1183431 |
| size | 6,058 |
项目目的:使用rust实现grep 功能:通过正则表达式实现文本内容或者输出内容的匹配检索 用于在文件中查找指定字符串,并返回匹配的行。
todo: