#search #test #mini-grep #productive #pick #three

yanked minigrepxyz

this is a test

0.1.1 Dec 29, 2020
0.1.0 Dec 29, 2020

#20 in #productive

45 downloads per month

MIT license

8KB
225 lines

Examples

use minigrep::search;

let query = "duct";
let contents = "\
Rust:
safe, fast, productive.
Pick three.";

assert_eq!(vec!["safe, fast, productive."], search(query, contents));

Dependencies

~250–365KB