BROWSE A-Z
All 305,250 crates, alphabetically
Data as of 2026-07-25 (crates.io database dump, timestamp 2026-07-25T02:00:36Z). Source: crates.io · db-dump.tar.gz · methodology & corrections.
minigrep_ddesreumMy version of the grep command using Rust inspired by The Rust Programing Book1,215MIT OR Apache-2.0
minigrep_del_nocheA fun game where you guess what number the computer has chosen.1,546MIT OR Apache-2.0
minigrep_demoA search demo from the book, for learning.1,718MIT
minigrep_demo_fengzhyuanMinigrep demo1,664non-standard
minigrep_desonglllA simple grep implementation from The Rust Programing Book4,284MIT
minigrep_dexiana mini grep program1,939MIT OR Apache-2.0
minigrep_ding404A mini version for grep cli tool2,713MIT OR Apache-2.0
minigrep_dqyA mini command for grep like linux933MIT
minigrep_dungtl2003very small project for rust that can find lines you want in a file2,067MIT
minigrep_ebarbotSimple version of the grep tool1,637MIT OR Apache-2.0
minigrep_eduruizzo_testsimple grep version following rust book to learn the language1,686MIT
minigrep_egithinjiMy minigrep implementation from the book.1,696MIT
minigrep_elijahkxMiniGrep is a Rust-based command-line tool, with a (current) size of 588KB that lets users search files for a given query string…3,917MIT
minigrep_emdoyleMinigrep implementation from the Rust book1,635MIT OR Apache-2.0
minigrep_emmanuelMinigrep starter project1,892MIT
minigrep_empty读取文件中的指定字符串信息.1,647MIT OR Apache-2.0
minigrep_eoinSimple, rust-based implementation of grep2,810MIT OR Apache-2.0
minigrep_essehemyA sample program to search in files1,653MIT
minigrep_evanA basic implementation of the popular grep util1,660MIT
minigrep_expPackage created using the Rust book1,213MIT
minigrep_fantasya mini grep function964MIT OR Apache-2.0
minigrep_firstA mini version of the more popular tool grep15MIT
minigrep_flictSimplest text-in-file search engine from rust book3,013MIT
minigrep_for_crateio_testsearch keyword in file1,731MIT
minigrep_fracoxzaA simple implementation of grep with rust1,632MIT
minigrep_fsdevonA simple grep implementation from The Rust Programing Book.1,686MIT
minigrep_fun_testAn application to grep a word with some funny utilities1,528MIT
minigrep_gdsgdA test lib1,678MIT OR Apache-2.0
minigrep_granawkinsA demo project from The Rust Book for matching strings in text file.1,662MIT
minigrep_habbesUtility for search files. Made this while learning Rust. Do not use it in production.1,158MIT
minigrep_harshal2804A minimalistic grep tool1,487MIT
minigrep_iaziz786A simple implementation of grep1,663MIT OR Apache-2.0
minigrep_icyA library for mini grep.1,661MIT
minigrep_improvedA command line tool to search for a string in a file3,955MIT
minigrep_imsamazingMinigrep as detailed in the rust book v1.6.21,547MIT
minigrep_io_practiceAn I/O Project: Building a Command Line Program917MIT OR Apache-2.0
minigrep_ironcore864A commandline tool that greps a needle in the hay. Support case-sensitive search; default not.2,891MIT OR Apache-2.0
minigrep_jamhazeminigrep tool from the Rust book chapter 12883MIT OR Apache-2.0
minigrep_jeck`minigrep` is a grep clone that takes a query and searches for the query in the file; with added support for regex.1,728MIT
minigrep_jeremyrust learn1,282MIT
minigrep_jimloopA custom shell tool,you can search String from a file.1,392MIT OR Apache-2.0
minigrep_jondeavesA simple grep implementation from The Rust Programing Book1,666MIT
minigrep_joshuaA Rust tutorials917MIT
minigrep_kashi754minigrep_kashi754 is a lightweight implementation of the popular `grep` command line tool. Built as my first project, it is not…2,393MIT OR Apache-2.0
minigrep_kcnklubmy version of grep lol! chaz is lame!2,755MIT
minigrep_lazymini grep939MIT
minigrep_learnThis is a command line tool similar to grep written in rust. It was created to learn the Rust language and it's toolchain.1,514MIT
minigrep_learningtest2,310MIT OR Apache-2.0
minigrep_learning_1024a simple grep to search file927MIT
minigrep_learning_2048Tutorial project to create the minigrep package997MIT OR Apache-2.0
minigrep_leftslashCode from the Rust Programming Book.1,274MIT OR Apache-2.0
minigrep_leif闹着玩的 grep 实现20MIT OR MPL-2.0
minigrep_leo_huThe Rust Programming Language Chapter 12 minigrep1,934MIT OR Apache-2.0
minigrep_liamA fun game where you guess what number the computer has chosen.1,488MIT
minigrep_linqiA simple grep implementation from The Rust Programing Book.1,682MIT OR Apache-2.0
minigrep_lotusccA simple grep implementation from The Rust Programing Book.1,620MIT
minigrep_luckyAn mini grep tools implements by Rust1,513MIT OR Apache-2.0
minigrep_ludicrousminigrep is a simple grep tool written in Rust.1,642MIT
minigrep_luke_yangminimized grep in The Rust Programming Language created by Luke Yang3,390MIT
minigrep_mgrep command line from the Rust book1,277MIT
minigrep_macano953A fun grep tool written as my first incursion into Rust. Not intended to be inherited and used in production code2,739MIT OR Apache-2.0
minigrep_marcinskicvery simple implementation of grep utility tool, made as an exercise from "The Book"1,516MIT OR Apache-2.0
minigrep_masa0u0grep lines from a text that contain a specific word.1,706MIT OR Apache-2.0
minigrep_maybeJust another minigrep from Rust book.4,014MIT OR Apache-2.0
minigrep_melsea command line tool.1,308MIT
minigrep_mengthis is a minigrep test1,700MIT
minigrep_mjjminigrep in TRPL book1,771MIT OR Apache-2.0
minigrep_mmminigrep app from rust-book with public lib methods42Apache-2.0 OR MIT
minigrep_monkeyyoungJust a test15MIT
minigrep_muhA command line program that takes in a query and search for it in a file447MIT
minigrep_mxclnA simple command line tool to search for a string in a file.1,282MIT
minigrep_my_crateA command line tool to search for a string in a file1,499MIT
minigrep_mzongmy first crate package1,368MIT
minigrep_na3agaA fun game where you guess what number the computer has chosen.1,518MIT OR Apache-2.0
minigrep_najeebA practice Rust project from the rust book, a mini version of grep.1,806MIT
minigrep_nanami_20210502practice Rust.1,641MIT OR Apache-2.0
minigrep_ncAn implemantation of grep in Rust.731MIT OR Apache-2.0
minigrep_necimyeFunctions required to find the lines in file that contains the query. query and file path should be entered through command line …2,792MIT
minigrep_negevA minigrep for practice1,630MIT
minigrep_newtonian_editionA simple grep in rust-lang1,193MIT OR Apache-2.0
minigrep_nismini grep1,740MIT
minigrep_NiuNiu_TestIt just a personal test336MIT
minigrep_npmCLI tool to search words in files2,847MIT OR Apache-2.0
minigrep_oldironhorsegrep reimplementation from the rust book1,624GPL-3.0-or-later
minigrep_onemelonmimic grep1,638MIT
minigrep_packA small clip clone of minigrep491MIT
minigrep_pandajust a test1,493MIT OR Apache-2.0
minigrep_pbegleRust implementation of the grep CLI tool.1,619MIT OR Apache-2.0
minigrep_philipA simplified version of the well-known grep command.1,100MIT
minigrep_pt_br_23Minigrep feito com base no Rust Book.2,678MIT
minigrep_qiwihuiMinigrep Implementation from the rust programming language book1,420MIT
minigrep_qoneqoA simplified clone of the grep command-line utility, built as a learning project.33MIT OR Apache-2.0
minigrep_rdA simple tool for searching through lines of text.40MIT OR Apache-2.0
minigrep_redoca2kA grep like searching utility for searching query in file
It is implemented as an example from rust book1,617MIT
minigrep_refineA simple grep implementation from The Rust Programing Book. Practice only!1,621MIT
minigrep_rjA basic implementation of grep from The Rust Programing Book.1,706MIT
minigrep_robinminigrep from Rust book2,870MIT
minigrep_rulewriteA simple grep implementation from The Rust Programing Book1,573MIT OR Apache-2.0
minigrep_rustfind matched string in the specified file1,511MIT
minigrep_rust_2025A fun game where you can find621MIT OR Apache-2.0
minigrep_rustbookImplementation minigrep from Rust book1,242MIT
minigrep_rustbook_2023grep tool project from the Rust Book1,499MIT OR Apache-2.0
minigrep_rustbook_beneminigrep as given in the rust-book example1,826MIT
minigrep_ryanashitaa mini grep with word search functionality877MIT
minigrep_safa simple command line grep utility1,299MIT
minigrep_santunioniA lightweight version of grep840MIT OR Apache-2.0
minigrep_sensitivesearch for a querry case sensitive or not, in a file.41MIT
minigrep_sharpray_studyJust for study.1,198MIT
minigrep_shits_always_happena demo from book1,830MIT
minigrep_shivams906A simple grep implementation from The Rust Programming Book1,598MIT OR Apache-2.0
minigrep_skMinigrep implementation from 'The Book' for learning purposes. Do not use.23ISC
minigrep_skylera test project2,964MIT
minigrep_sntzyminigrep for sntzy40MIT OR Apache-2.0
minigrep_sona minigrep from rust language book.1,731MIT OR Apache-2.0
minigrep_sopestominigrip es una aplicación hecha siguiendo la guía del libro *The Rust Programming Lenguage*. La misma busca recrear de forma…2,961MIT OR Apache-2.0
minigrep_spcminigrep implementation as copied from the Rust Book1,648MIT
minigrep_speed1313A toy grep, which search specific string from a file1,639MIT
minigrep_staa99A basic version of grep to learn rust concepts377MIT
minigrep_strayRust demo, a simple grep program.1,532MIT
minigrep_stu_remove_soonuse to study, and will remove soon.24MIT
minigrep_study就写中文描述1,663MIT OR Apache-2.0
minigrep_tayA mini version of the grep command line tool.1,533MIT OR Apache-2.0
minigrep_testA command line tool1,852MIT
minigrep_test12313a very useful grep1,419MIT
minigrep_test67learning minigrep17MIT
minigrep_test_abcThe IO project example in the Rust Programming Language Book1,721MIT
minigrep_test_crateA simple command-line tool to search for a pattern in a file.1,327MIT
minigrep_test_lessonTest crate for language learning purposes.1,360MIT OR Apache-2.0
minigrep_test_package_001A small CLI implementation of the `grep` command, written in Rust.1,656MIT OR Apache-2.0
minigrep_test_package_123A minigrep package. This is a test package in cargo.3,420MIT
minigrep_testing_cratesMinigrep project from rust book1,533MIT
minigrep_textThis tool help you to find some text inside another text815MIT OR Apache-2.0
minigrep_tka simple grep application1,506MIT
minigrep_toolA cli tool to search a string from a file.1,629MIT
minigrep_trial_manikyaA small scale grep for local files from The Book1,173MIT
minigrep_ttA mini grep for learning and testing.841MIT OR Apache-2.0
minigrep_tuanA grep-like application developed while learning Rust1,261MIT OR Apache-2.0
minigrep_tuhinA mini grep tool implemented in Rust27MIT
minigrep_tupelotest2,710MIT
minigrep_tutorialA simple mimic of `grep` utility1,833MIT
minigrep_tutorial_maticSimple console application which is equivalent already known grep tool1,651MIT
minigrep_tutorial_pub_testMy First Tutorial package.1,261MIT OR Apache-2.0
minigrep_unlimate_test_of_rustbookminigrep from rust book lul539MIT OR Apache-2.0
minigrep_v1A lib from rust book, search word in contents1,605MIT OR Apache-2.0
minigrep_v1mmini version of grep1,020MIT OR Apache-2.0
minigrep_vandaeldevRust-book implementation of the grep utility1,648MIT OR Apache-2.0
minigrep_vbomfimA simple grep tool written in Rust2,521MIT OR Apache-2.0
minigrep_vielenkzAn implementation of grep using rust3,707MIT OR Apache-2.0
minigrep_vshyrmanovmini grep test1,535MIT
minigrep_wangpractice grep binary search1,676MIT
minigrep_wiseThis is an implementation of the minigrep project from the rust book project39MIT OR Apache-2.0
minigrep_wzxthis is my first tools,not good ,but i am so happy1,591MIT
minigrep_xiangzengA Rust exercise for implementing grep.1,667MIT OR Apache-2.0
minigrep_xiaoai一个简单的命令行工具,用于在文件中搜索字符串。2,017MIT
minigrep_xqjA test package1,327MIT OR Apache-2.0
minigrep_xypMy Implementation of minigrep1,675MIT
minigrep_xyz1For finding strings in text494Apache-2.0
minigrep_yibozhuangSimple implementation of minigrep for playing with Rust1,747MIT OR Apache-2.0
minigrep_yuelwelcome to rust1,600MIT OR Apache-2.0
minigrep_yumaA simple command cli for searching string query from file1,548MIT
minigrep_yunzhuA fun toll to search text for a pattern637MIT OR Apache-2.0
minigrep_z我的测试1,561MIT
minigrep_zetarakuA collection of utilities used to search for lines containing a specific string.2,663MIT OR Apache-2.0
minigrep_zhang---deleted---4,698WTFPL
minigrepanvoA sample crate for searching text1,204MIT OR Apache-2.0
minigrepbkA collection of utilities to make performing searching text in a certain document26MIT
minigrepbruceA fun game where you guess what number the computer has chosen.1,644MIT OR Apache-2.0
minigrepbykosiA simple grep clone written by Kosi12MIT
minigrepcodecowmy own grep1,562MIT
minigrepd1234A fun game.2,694MIT OR Apache-2.0
minigrepdemothorndalA mini grep exercise from rust book1,650MIT OR Apache-2.0
minigreperSmall grep style cli from the book921MIT
minigreperzA simple grep in Rust1,619MIT OR Apache-2.0
minigrepfA tiny grep clone to search a single file, with an IGNORE_CASE environment variable option.3,970MIT
minigrephgzA fun game where you guess what number the computer has chosen.1,587MIT
minigrepKevinArlinMy version of the grep utility project from the Rust book1,566MIT OR Apache-2.0
minigreplibtestA test lib upload to creates.io1,519MIT OR Apache-2.0
minigrepnisA fun game where you guess what number the computer has chosen.412MIT
minigrepnsA mini version of famous grep application that searches texts on files.1,003MIT OR Apache-2.0
minigrepperA minimalistic regex search and print out tool implementation as per Ch.12 of The Rust Programming Language1,603MIT OR Apache-2.0
minigreprA simplified version of the classic command line search tool grep that searches a specified file for a specified string. Not…3,957MIT OR Apache-2.0
minigreprfoxkendominiature version of grep with some useful utilities2,782MIT
minigreprustthis is a minigrep written in rust21MIT
minigrepsA Rust Project2,817MIT
minigrepsadaTest4,093MIT
minigrepshoebilyasMy first published library as a rustacean212MIT
minigrepskcSuperKingCrimson's notes for Chapter 12 of the Brown version of the Rust book, making your own CLI1,534MIT
minigrepssMy the Rust LIB1,658MIT
minigrepsv1minigrepsv1...2,843MIT
minigreptestminigrep1,430MIT
minigrepv9A simple grep tool created for learning purpose1,627MIT
minigrepwebdotMinigrep is a command-line utility tool that helps to search for occurences of words on a file.1,183MIT OR Apache-2.0
minigrepx719A grep implementation in Rust1,366MIT
minigrepxyzthis is a test2,395MIT
minigrepyayvery dumb grep, as taught in the Rust Programming Language1,913MIT
minigrepyuqingdemo1,556MIT
minigrepzzzAn application from the documentation2,666MIT
minigwA convenient Rust library for creating cross platform windows and displaying pixel buffers.7,610MIT
minihttpminihttp is a simple and lightweight http client lib for rust.16,100MIT/Apache-2.0
minihttp-codegenProvides codegen for minnihttp1,610GPL-2.0-or-later