Skip to content

chrisdoc/minigrep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

minigrep

minigrep searches for strings in files and is an assignment from Rust-Lang

CircleCI

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

In order to build minigrep you need a rust toolchain

rust
cargo

The easiest way to get a rust toolchain is curl https://sh.rustup.rs -sSf | sh

Installing

To build minigrep just invoke

cargo build --release

Running the tests

cargo test

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

About

A simple grep tool built in Rust and based on https://doc.rust-lang.org/book/second-edition/ch12-00-an-io-project.html

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages