-
minigrep_wise
minigrep project from the rust book project
-
minigrep_rd
searching through lines of text
-
minigrep_pack
A small clip clone of minigrep
-
minigrep-tool-cli
command-line search tool
-
minigrep_tuhin
A mini grep tool implemented in Rust
-
minigrep-cli-tool
cli tool to search upon a text file for lines containing specified string
-
eytan-minigrep
minigrep from "the book"
-
dimgrep
command-line text search tool written in Rust, based on the minigrep example from The Rust Programming Language
-
j4l_minigrep
learning Project for test
-
scatterbrainedsearch
Scatterbrained implementation of minigrep
-
minigrep_xyz1
For finding strings in text
-
minigrep_elijahkx
MiniGrep is a Rust-based command-line tool, with a (current) size of 588KB that lets users search files for a given query string and shows matching lines with their line numbers
-
minigrep_mm
minigrep app from rust-book with public lib methods
-
minigrep_sensitive
search for a querry case sensitive or not, in a file
-
minigrepbk
A collection of utilities to make performing searching text in a certain document
-
minigrep_sntzy
minigrep for sntzy
-
minigrep_
My very first published crate!
-
Ds_minigrep
grep implementation from The Rust Programing Book
-
minigrep_rust_2025
A fun game where you can find
-
minigrep_npm
CLI tool to search words in files
-
nanogrep
Custom simplified implementation of minigrep with additional features
-
matizaj-mini-grep
learning project mimic grep functionality
-
minigrep_101
Minigrep implementation of the Rust Book
-
sf_minigrep
This searches through a file for target words
-
borshwsc_minigrep
Commandline app for search in files
-
Calen-sCLI
A very basic CLI utility tool
-
mini__grep
grep tool
-
minigrep_NiuNiu_Test
It just a personal test
-
minigrep_ryanashita
a mini grep with word search functionality
-
az_minigrep
minigrep CLI program to search a query string from a file and print out the matched lines
-
minigrep_vbomfim
grep tool written in Rust
-
minigrep_jeck
minigrepis a grep clone that takes a query and searches for the query in the file; with added support for regex -
ssdeep_minigrep
project for testing examples from The Book
-
minigrep_necimye
Functions required to find the lines in file that contains the query. query and file path should be entered through command line preceded by two dashes. Ex: cargo run -- body filename.txt
-
shaygrep
Minigrep from the Rust Book, for my practice
-
minigrep_staa99
A basic version of grep to learn rust concepts
-
minigrep-daniel
version of linux command
grep -
zrbecker-minigrep
a mini version of the grep tool
-
minigrep_bourne
classic grep command
-
butterkups-minigrep
Mini grep utility; very weak application, use grep instead
-
my_minigrep321
A command line tool to retrieve all lines from a file containing a given string
-
grep_cdylib
minigrep library who allow search for occurrences of words with/without case insensitive. The library provides interface for C application use for this libloading crate.
-
minigrep_muh
A command line program that takes in a query and search for it in a file
-
minisearch
A mini search which can handle both - case sensitive or in-sensitive both
-
minigrep_ironcore864
A commandline tool that greps a needle in the hay. Support case-sensitive search; default not.
-
jiang_mini_grep
minigrep 查询文件的某个字符
-
minigrep_flict
Simplest text-in-file search engine from rust book
-
rahat3062_minigrep
A light-weight & minimal implementation of the grep cli app
-
minigrep_improved
A command line tool to search for a string in a file
-
anyu-minigrep
a mini grep command line tool
-
minigrepx719
A grep implementation in Rust
-
jason-minigrep
一个用来检索文件内容的命令行工具
-
pranav_minigrep
Mini Version of grep regex command. It finds out the given string and returns the line containing it.
-
grep-clone
A mini grep clone from the Rust-lang official tutorial
-
minigrep_unlimate_test_of_rustbook
minigrep from rust book lul
-
minigrep_desonglll
grep implementation from The Rust Programing Book
-
minigrep_xiaoai
一个简单的命令行工具,用于在文件中搜索字符串。
-
minigrep21
A program to catch arguments pertaining to query and file path, and to display its search results
-
tim-rust-minigrep
A Minigrep
-
ergrep
grep strings within a line from a text file
-
bingrep123
tutorials project of fbbin
-
sempgrep
Learning rust with building minigrep
-
lilgrep
A minimal command-line tool that searches for lines matching a pattern in a file, similar to grep. Built for simplicity and learning purposes.
-
learning_fromdocs_minigrep
Project made on the path toward learning Rust from its docs. Completely personal and to test how to upload to crates.io.
-
mini-grep
A test crate with mini grep as in The Book
-
minigrep_by_wjw
realization of console command line
-
my_mini_grep
A mini application that aims to replicate the behavior of the grep shell command
-
minigrep_maybe
Just another minigrep from Rust book
-
minigrep_macano953
A fun grep tool written as my first incursion into Rust. Not intended to be inherited and used in production code
-
minigrep_cargo_test
Just a simple grep exercise followed from the rust book and published in order to learn Cargo
-
chry_minigrep
grep implementation from The Rust Programing Book.《Rust 程序设计语言》中的一个项目例程:获取一个文件名和一个字符串作为参数,接着读取文件并找到其中包含字符串参数的行…
-
gvko-minigrep
Small lib made just for practicing purposes of the Rust lang
-
minigrep_sopesto
minigrip es una aplicación hecha siguiendo la guía del libro *The Rust Programming Lenguage*. La misma busca recrear de forma minimalista la aplicación grep.
-
minigrep_zetaraku
A collection of utilities used to search for lines containing a specific string
-
minigrep_pbegle
grep CLI tool
-
minigrep_kcnklub
my version of grep lol! chaz is lame!
-
ndqc_minigrep
Small project crate to learn Rust
-
minigrep-kingh0730
kingh0730's minigrep
-
minigrep-wcj
A Lib
-
megagrep
searching text program for practicing Rust
-
minigrep_linqi
grep implementation from The Rust Programing Book
-
minigrep_dan4ik605743
MiniGrep from rust book
-
minigrep123
A miniature GREP tool
-
minigrep_iaziz786
grep
-
minigrep_kashi754
lightweight implementation of the popular
grepcommand line tool. Built as my first project, it is not meant to be used in production. -
minigrep_boypaper
some command like linux grep
-
minigrep_lswarss
A very small part of Unix/Linux tool
grepmade with Rust for learning purpose while reading and studying the Rust Book -
minigrep-extremq
Example crate from the rustbook
-
minigrep_crate
grep like console application
-
minigrep_tool
A cli tool to search a string from a file
-
minigrep_tupelo
test
-
dean_minigrep
a test carte
-
minigrep_dungtl2003
very small project for rust that can find lines you want in a file
-
minigrep-bahadir
A fun project to learn the great language Rust
-
mmsearch
一个从文本文件中查找字符的命令行工具。只支持utf8编码的文件
-
zzq_minigrep
官方参考学习minigrep,使用命令行查找文件里面的关键词
-
minigreprfoxkendo
miniature version of grep with some useful utilities
-
minigrep_ding404
A mini version for grep cli tool
-
montchik_minigrep
Testdrive of the Rust program
-
derek-minigrep
grep clone
-
minigrep_comum_by_rust
a comum minegrep
-
vibo_minigrep
find text in a file
-
xiaotian_s_minigrep
just a test
-
minigrep_by_mist
a demo for Cargo create
-
minigrep_ag
A light version of the popular command-line utility
grep -
htqx_minigrep
学习rust教程的测试用例
-
moj_minigrep
A minigrep written for learning purposes
-
minigrep_yunzhu
A fun toll to search text for a pattern
-
minigrep_learn
command line tool similar to grep written in rust. It was created to learn the Rust language and it's toolchain.
-
minigrep_yibozhuang
minigrep for playing with Rust
-
mario_minigrep
first project for minigrep
-
omar_minigrep
Minimal grep implementation from The Rust Programming Language book for learning purposes
-
minigrep_ao
Learning Rust
-
pandastd-mini-grep
A command line tool to search for a string in a file
-
daveparr_minigrep
command line tool to search for a string in a file based on 'The Rust Programming Language' book
-
minigrep_learning_2048
Tutorial project to create the minigrep package
-
minigrep_eoin
rust-based implementation of grep
-
minigrep_david20019
Command line utility that searches for a string in files
-
minigrep_study
就写中文描述
-
chaogrep
A mini grep
-
minigrep_marcinskic
very simple implementation of grep utility tool, made as an exercise from "The Book"
-
minigrep-danidim13
A test crate based on Rust book examples
-
minigrep_spc
minigrep implementation as copied from the Rust Book
-
minigrep_pt_br_23
Minigrep feito com base no Rust Book
-
minigrep_evan
A basic implementation of the popular grep util
-
ysn_minigrep
contains my implementation of the minigrep program
-
minigrep_vandaeldev
Rust-book implementation of the grep utility
-
minigrep_v1
A lib from rust book, search word in contents
-
minigrep_awm
A fun game where the developer copies and pastes code from The Rust Programming Book!
-
minigrep_daglade
A result of following the rust book
-
hema_minigrep
grep clone
-
rodarte-minigrep
CLI for simple plain-text searching
-
minigrep_rustbook_2023
grep tool project from the Rust Book
-
minigrep_imsamazing
Minigrep as detailed in the rust book v1.6.2
-
minigrep_test_package_001
A small CLI implementation of the
grepcommand, written in Rust -
minigrep_philip
A simplified version of the well-known grep command
-
bgrp
A very simple minigrep in terminal
-
minigrep_comyxy
minigrep
-
minigrep_fun_test
An application to grep a word with some funny utilities
-
first_test_minigrep
rust demo
-
minigrep_lucky
An mini grep tools implements by Rust
-
minigrep_2024_2_5
grep
-
minigrep_fantasy
a mini grep function
-
manes_minigrep
grep for a string within a text file
-
mividtim_minigrep
A very simple version of the grep utility
-
useless_minigrep
A useless grep clone
-
minigrep_dqy
A mini command for grep like linux
-
cargo-minigrepx719
A grep implementation in Rust
-
minigrep_santunioni
A lightweight version of grep
-
minigrep_by_hq_practice
A mini grep clone
-
minigrep-nepelover
Esto es una prueba no mames, aunque furula de lujo ya tu sabe
-
superior-minigrep
grep implementation in Rust
-
minigrep-yogie
A demo Rust to grep some word from rust-lang.com
-
minigrep_mxcln
command line tool to search for a string in a file
-
jet_minigrep
A test crates.io
-
thifl-minigrep
The minigrep project from the Rust cookbook
-
timinigrep
A minigrep test
-
minigrep_vielenkz
grep using rust
-
minigrep_rulewrite
grep implementation from The Rust Programing Book
-
iamchopper_minigrep
studying rust book. Cheers!
-
metasophiea_minigrep
test crate which contains the Minigrep example code from the rust-lang book
-
minigrep_jondeaves
grep implementation from The Rust Programing Book
-
miaoyu_minigrep
mini grep
-
newminigrep
I am really learning rust, it has been fun :)
-
brian_minigrep
A minigrep example from rust book
-
massimans-minigrep
little minigrep from rust-lang tutorial
-
farron_minigrep
search specific string in file given
Try searching with DuckDuckGo or on crates.io.