Skip to content

anton2tchekov/minigrep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minigrep exercise

This is my implementation of the following exercise to learn Rust cli project

Author: Antoine Montiel
Description: simple grep command to find for a string into a document. Returns the lines containing the query.

Building

Build the project using make all (or make all-dev).

This calls cargo build --release and copies the binary from target/release to the root of the repository.

Usage

Run using ./minigrep bog poem.txt.

Project structure

The core of the project lies in src/lib/.

Performance

About

rust exercise from rustlang dot org

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published