-
minigrep_wise
minigrep project from the rust book project
-
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
-
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
-
minigrepbk
A collection of utilities to make performing searching text in a certain document
-
minigrep_sntzy
minigrep for sntzy
-
minigrep_101
Minigrep implementation of the Rust Book
-
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 -
shaygrep
Minigrep from the Rust Book, for my practice
-
minigrep-daniel
version of linux command
grep -
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
-
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
-
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
一个简单的命令行工具,用于在文件中搜索字符串。
-
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.
-
mini-grep
A test crate with mini grep as in The Book
-
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
-
chry_minigrep
grep implementation from The Rust Programing Book.《Rust 程序设计语言》中的一个项目例程:获取一个文件名和一个字符串作为参数,接着读取文件并找到其中包含字符串参数的行…
-
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_pbegle
grep CLI tool
-
minigrep-kingh0730
kingh0730's minigrep
-
megagrep
searching text program for practicing Rust
-
minigrep_dan4ik605743
MiniGrep from rust book
-
minigrep_iaziz786
grep
-
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_dungtl2003
very small project for rust that can find lines you want in a file
-
mmsearch
一个从文本文件中查找字符的命令行工具。只支持utf8编码的文件
-
zzq_minigrep
官方参考学习minigrep,使用命令行查找文件里面的关键词
-
minigreprfoxkendo
miniature version of grep with some useful utilities
-
minigrep_ding404
A mini version for grep cli tool
-
vibo_minigrep
find text in a file
-
minigrep_by_mist
a demo for Cargo create
-
minigrep_ag
A light version of the popular command-line utility
grep -
moj_minigrep
A minigrep written for learning purposes
-
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
-
minigrep_learning_2048
Tutorial project to create the minigrep package
-
minigrep_david20019
Command line utility that searches for a string in files
-
chaogrep
A mini grep
-
minigrep_marcinskic
very simple implementation of grep utility tool, made as an exercise from "The Book"
-
minigrep_spc
minigrep implementation as copied from the Rust Book
-
minigrep_pt_br_23
Minigrep feito com base no Rust Book
-
ysn_minigrep
contains my implementation of the minigrep program
-
minigrep_vandaeldev
Rust-book implementation of the grep utility
-
minigrep_daglade
A result of following the rust book
-
rodarte-minigrep
CLI for simple plain-text searching
-
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_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
-
cargo-minigrepx719
A grep implementation in Rust
-
minigrep_by_hq_practice
A mini grep clone
-
minigrep-nepelover
Esto es una prueba no mames, aunque furula de lujo ya tu sabe
-
minigrep-yogie
A demo Rust to grep some word from rust-lang.com
-
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
-
mfaizudd-minigrep
mfaizudd's implementation of minigrep from the rust programming language book
-
minigrep_oldironhorse
grep reimplementation from the rust book
-
minigrepdemothorndal
A mini grep exercise from rust book
-
minigrep3
barebone mini grep
-
cat_minigrep
demo about learning how to use rust
-
minigrep_granawkins
A demo project from The Rust Book for matching strings in text file
-
minigrep_ludicrous
minigrep is a simple grep tool written in Rust
-
minigrep_emdoyle
Minigrep implementation from the Rust book
-
adhom_minigrep
minigrep is a toy project to practice the fundamentals of the Rust programming laguage
-
minigrep_baolhq
Just getting started with Rust, enjoying it so far 😇
-
makogrep
mako 的 minigrep 示例 cli
-
minigrep_castachick
Search word from specified file. This is a sample project for my training.
-
aizenrut_minigrep
The minigrep project built from the official Rust documentation
-
minigrep_tay
A mini version of the grep command line tool
-
test_jonsetian
minigrep
-
pozix_minigrep
my minigrep
Try searching with DuckDuckGo.