Commit graph

24 commits

Author SHA1 Message Date
73426dd5e0
Search contents using iterators 2025-03-26 00:13:01 +01:00
cbca3bd0d8
Initialize configuration using iterators 2025-03-26 00:07:44 +01:00
920dcf4ff7
Print errors to stderr 2025-03-21 21:38:34 +01:00
0c883413ce
Allow running case insensitive search using run 2025-03-21 21:22:40 +01:00
8bbd8391a0
Add an implementation for the case insensitive search 2025-03-21 07:49:58 +01:00
ba37e08a5d
Add a function for searching case insensitively 2025-03-21 07:41:16 +01:00
c27907555d
Run the logic for the minigrep command 2025-03-20 23:20:02 +01:00
e9e4c403e6
Add a code for performing the actual search 2025-03-20 23:10:31 +01:00
9d8641043e
Add tests for minigrep 2025-03-20 07:40:13 +01:00
6af1aad588
Externalize logic into library crate 2025-03-20 00:32:18 +01:00
c68a76f2e8
Report application errors 2025-03-19 23:15:39 +01:00
6a8a5c234e
Allow returning errors 2025-03-19 08:20:48 +01:00
009bb0cb96
Extract the main logic 2025-03-19 08:12:38 +01:00
30bb1d6438
Handle Config::build errors properly 2025-03-19 00:48:24 +01:00
bb076d6cb6
Convey Config creation errors using a Result 2025-03-19 00:40:42 +01:00
dd00502383
Handle insufficient arguments using panic! 2025-03-19 00:17:59 +01:00
bc20afefa1
Create a Config constructor 2025-03-18 00:06:12 +01:00
7173962fe3 Store config in a struct 2025-03-05 08:20:57 +01:00
98ce496e78 Add a function for parsing arguments 2025-03-04 23:24:26 +01:00
c65f7203a1 Add logic for reading files 2025-03-04 23:23:23 +01:00
ab76644498 Add an example file 2025-03-04 22:49:21 +01:00
4a94cea7fb Save command line args in variables 2025-03-04 08:51:13 +01:00
556809a73d Add capability to process arguments 2025-03-04 08:44:44 +01:00
487f5e7438 Create a grep project 2025-03-04 08:42:49 +01:00