Crates.io | thifl-minigrep |
lib.rs | thifl-minigrep |
version | 0.1.0 |
source | src |
created_at | 2021-05-30 14:17:12.440108 |
updated_at | 2021-05-30 14:17:12.440108 |
description | The minigrep project from the Rust cookbook |
homepage | |
repository | |
max_upload_size | |
id | 403838 |
size | 4,829 |
Minigrep is an introductory mini project in order to learn to use Rust. It takes a query and a file and search for the suery within the file.
More to come