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.
greptime-protoRust protobuf bindings for GreptimeDB APIs.27,137Apache-2.0
greptimedb-ingesterA rust client for GreptimeDB gRPC protocol26,619Apache-2.0
GrepulousAn attempt to make a grep like command1,283MIT
grepvecCode intelligence for AI agents — structural search, graph context, precise source extraction21non-standard
grepwriteRipgrep-style search plus safe, transactional, AST-aware rewrites with built-in undo. Designed for LLM coding agents.57MIT
grepyA tool to search files1,712MIT
gresiqGresIQ is a serverless PostgreSQL client on the smbCloud platform.352Apache-2.0
gretgret is a command line tool to search for patterns and show matches in a tree structure4,547Unlicense
grevA crate for working with git revision information from a build script.145,963Apache-2.0 OR MIT
grexgrex generates regular expressions from user-provided test cases.163,696Apache-2.0
grex-cligrex — nested meta-repo manager. Pack-based, agent-native, Rust-fast.206MIT OR Apache-2.0
grex-coreCore library for grex, the nested meta-repo manager: manifest, lockfile, scheduler, pack model, plugin traits.448MIT OR Apache-2.0
grex-mcpAgent-native MCP server for grex, the nested meta-repo manager: exposes the 11 core verbs as MCP tools.294MIT OR Apache-2.0
grex-plugins-builtinBuilt-in action primitives and pack-type handlers for grex, the nested meta-repo manager. (internal plugin API; v2 will extract a…294MIT OR Apache-2.0
greyLLM-written JAM implementation in Rust.21Apache-2.0
grey-rsoSecond Opinion MCP server — consult a different AI coding assistant60MIT
grey-transpilerRISC-V ELF to JAM PVM transpiler75Apache-2.0
greyhawk-vma VM implementation for the greyhawk language1,633MIT
greyhoundal3x's personal backend framework2,734LGPL-3.0-or-later
greyhound-busBroadcast bus for Rust: fire-and-forget, partitioned, replay-from-cursor, and acknowledged delivery in one crate.48MIT
greyhound-queueDurable at-least-once work queue with pluggable backends (in-memory and Postgres).24MIT
greyjackRust version of GreyJack Solver for constraint continuous, integer, mixed integer optimization problems5,976Apache-2.0
greynetHigh performance rule and constraint satisfaction engine4,322Apache-2.0
griLibrary for working with game-ready-input1,667MIT OR Apache-2.0
gribGRIB format parser & writer for Rust62,215MIT OR Apache-2.0
grib-buildData definition parsers for the grib crate, used internally as a build-dependency39,464MIT OR Apache-2.0
grib-cliCLI application for processing GRIB format data, built on the top of the library `grib`16,015MIT OR Apache-2.0
grib-coreShared GRIB data model, primitives, and code tables1,028MIT OR Apache-2.0
grib-readerGRIB Edition 1 and 2 decoder for weather and climate data1,418MIT OR Apache-2.0
grib-template-deriveDerive macros for the `grib` crate, used as an internal dependency16,808MIT OR Apache-2.0
grib-template-helpersTrait definitions for the `grib` and `grib-template-derive` crates, used as an internal dependency16,872MIT OR Apache-2.0
grib-writerPure-Rust GRIB encoder for weather and climate data74MIT OR Apache-2.0
grib1_readerA simple library capable of reading GRIB version 1 files4,214MIT OR Apache-2.0
grib2_readerA simple library capable of reading and parsing GRIB version 2 files3,951MIT OR Apache-2.0
grib2sailGrib files downloader for sailing purposes403GPL-3.0-or-later
grib_tablesRetrieve details of each GRIB parameter from the parameter abbreviation or from the numeric identifier1,783MIT
gribberishParse grib 2 files with Rust10,387MIT
gribberish-macrosProcedural macros for the gribberish crate9,214MIT
gribberish-spire-macrosProcedural macros for the gribberish crate40MIT
gribberish-spire-typesCommon types for the gribberish crate177MIT
gribberish-typesCommon types for the gribberish crate9,778MIT
griblib_rustA collection of utilities to convert GRIB2 data file2,965MIT OR Apache-2.0
gridDynamic generic 2D data structure.9,015,052MIT
grid-arcium-forkDynamic generic 2D data structure (Arcium fork)1,963MIT
grid-areaA library for manipulating 2d grids3,502MIT
grid-billingRole-neutral grid invoice calculation: NNE/KA/MMM/MSB (PIDs 31001/31002/31005/31006/31009/31011) — used by netzbilanzd (NB) and…57MIT OR Apache-2.0
grid-cellLibrary for Japanese traditional grid cell.2,852MIT
grid-engineA flexible and efficient library for managing 2D grid-based layouts with automatic collision handling and dynamic vertical…1,425MIT
grid-iterIdeomatic Grid operations via Iterators2,780MIT OR Apache-2.0
grid-mapThis library provides two-dimensional grid maps.36MIT
grid-mathLibrary, containing basic representation of Grid, Cell, and assosiated mathematical operations. Helpful in CLI-based gamedev.2,533GPL-3.0
grid-pointA Point represents an [x, y] coordinate on a grid or matrix2,378MIT
grid-printerAn API to conveniently print formatted two dimensional arrays.5,025MIT OR Apache-2.0
grid-rsA library for interacting with host functions in the Slipstream runtime.829MIT
grid-rs-macrosMacros for the grid-rs crate.550MIT
grid-sdkHyperledger Grid is a platform for building supply chain solutions that include distributed ledger components. It provides a…14,231Apache-2.0
grid-simgrid-based simulation in rust2,044BSD-2-Clause
grid-tariffsGrid tariffs10,046MIT
grid-treePixel quadtrees and voxel octrees.3,315MIT OR Apache-2.0
grid1dA mathematically rigorous, type-safe Rust library for 1D grid operations and interval partitions, supporting both native and…1,707non-standard
grid2dTwo dimensional grid of runtime-defined, but unchangable size28,096MIT
grid_2dA general purpose 2d grid116,410MIT
grid_engine_wasm_apiAn API wrapper along with other tools to assist in writing your own content for the Grid Engine.1,858non-standard
grid_mapperA simple horribly developed map editor for me and me only.1,202MIT OR Apache-2.0
grid_pathfindingPathfinding using jump point search (JPS) and connected components on a 2D grid.8,255MIT
grid_planeGrid plane for the bevy game engine4,123MIT
grid_searchCollection of searching algorithms28,674MIT
grid_search_cardinalCollection of search algorithms for uniform-cost cardinal grids15,509MIT
grid_search_cardinal_bestSearch algorithm for finding the shortest path to the best cell in a uniform-cost cardinal grid16,394MIT
grid_search_cardinal_commonReusable components for use implementing uniform-cost cardinal grid-searching algorithms22,030MIT
grid_search_cardinal_distance_mapGrid where each cell stores the distance from a set of interesting points to each cell in a uniform-cost cardinal grid17,705MIT
grid_search_cardinal_point_to_pointSearch algorithm for finding the shortest path between two points in a uniform-cost cardinal grid16,350MIT
grid_search_mazeMaze generator for testing and benchmarking grid-searching algorithms5,237MIT
grid_shapesA general purpose 2d grid shape library5,041MIT OR Apache-2.0
grid_trait2D and 3D grids with combinators.2,931non-standard
grid_uiA Rust library for building a terminal-based UI with multiple elements, without hassle.4,326MIT
grid_utilUtilities and primitive constructs like Grid, Point, Rect, etc.6,855MIT
gridareserved for future use by grida513Apache-2.0
gridavaAn implementation of 2D coordinate systems.1,744MIT
gridbugsCollection of re-exported crates for building roguelike games24,611MIT
griddA generic, dirt-simple, two-dimensional grid.7,361Apache-2.0 OR MIT
gridd-euclideuclid-compatible grid data structure (forked from Frosh_VII's gridd)9,132MIT OR Apache-2.0
griddbGridDB Rust client1,589Apache-2.0
griddbnet-sysbinding for griddb rust client2,148Apache-2.0
gridded_dataMultivariate interpolation on a regular / rectilinear grid862MIT OR Apache-2.0
griddleA HashMap variant that spreads resize load across inserts208,575MIT OR Apache-2.0
griddlerGrid data structures of various kinds.770MIT
griddyA simple implementation of a general-purpose grid/matrix3,827MIT
grideyeRust driver for Grid-EYE / Panasonic AMG88(33)8,041Apache-2.0
gridgenA simple grid generator in Rust12MIT OR Apache-2.0
gridgraph_rsRust rewrite of GRIDGRAPH, a min-cost flow grid graph generator96MIT
gridhandZero-dependency cross-platform CLI for GUI automation — screenshots, window management, mouse/keyboard, JSON in/out. Clicks by…18MIT
gridironRust finite field library with fixed size multi-word values.184,299Apache-2.0
gridishLibrary for working with British and Irish national grid strings.5,915MIT OR Apache-2.0
gridit2D grid library utilizing the fun of iterators1,709MIT
griditerContains a couple of iterators for implementing 2D grid based algoritms.1,717MIT OR Apache-2.0
gridlifeAn library to generate and simulate Conways Game of Life cellular automatons2,146MIT
gridlineTerminal spreadsheet with Rhai-powered formulas.227MIT OR Apache-2.0
gridline-coreGridline UI-agnostic document model and storage.182MIT OR Apache-2.0
gridline-engineGridline spreadsheet engine (Rhai formulas, preprocessing, builtins).264MIT OR Apache-2.0
gridlockDrop-in instrumented replacements for `tokio::sync` primitives that automatically detect potential deadlocks at runtime.73MIT
gridlyA library for managing fixed-size 2D spaces23,206MPL-2.0
gridly_adaptersAdapters for gridly grids2,737MPL-2.0
gridly_gridsSome basic implementations of gridly grids18,743MPL-2.0
gridmaplibrary for handling infinite multi-dimensional grids of cells963MIT
gridmapperA simple map editor for me.1,602MIT OR Apache-2.0
gridmapper_loaderA simple map editor loader for me.3,183MIT OR Apache-2.0
gridpxA lightweight, heap-allocated, fixed-size 2D grid structure for Rust.47MIT OR Apache-2.0
grids2D grid data structure for games.14,668MIT OR Apache-2.0
gridsimA library for running simulations on grids26,056MIT
gridsim-uiVisualizing gridsim grids18,681MIT
gridsynthRust-based synthesizer that decomposes single-qubit Z-axis rotations into Clifford+T gate sequences170MIT
gridsystemA high-performance, parallel-capable 2D grid library.42MIT
gridvidWrapper library for rendering MP4 videos from 2D vectors5,121MIT
gridworld-rlA deep reinforcement learning 2D gridworld environment with single- and multi-agent support.55Apache-2.0
grievousNamed after General Grievous, where it generates noises from text files or a provided URL, just like how Grievous makes weird…1,993GPL-3.0
griffA basic RIFF file parser. Namely geared to clangd's IDX files.1,808MIT
griffin-coreUTXO framework for Substrate and Polkadot.2,921Apache-2.0
griffin-solochain-nodeA solochain node built with Substrate, part of Polkadot SDK1,968Apache-2.0
griffin-solochain-runtimeA solochain runtime built with Substrate, part of Polkadot SDK2,259Apache-2.0
griffin-walletTest wallet based on Tuxedo1,938Apache-2.0
griffnodeOfficial GriffNode SDK. Non-custodial crypto payment gateway: accept BTC, ETH, LTC, DOGE, DASH and ERC-20 tokens straight to your…16Apache-2.0
griftA simple minimalistic Lisp built on the grift_arena allocator129MIT OR Apache-2.0
grift_arenaA minimal no_std, no_alloc arena allocator with garbage collection for the Grift Scheme interpreter678MIT OR Apache-2.0
grift_arena_embeddedEmbedded-specific features for the Grift Scheme interpreter, including hardware register and memory access168MIT OR Apache-2.0
grift_coreCore types and Lisp context for the Grift Scheme language443MIT OR Apache-2.0
grift_evalLisp evaluator for the Grift Scheme language380MIT OR Apache-2.0
grift_macrosProcedural macros for Grift Scheme standard library685MIT OR Apache-2.0
grift_parserLisp parser for the Grift Scheme language461MIT OR Apache-2.0
grift_replREPL for the Grift Scheme language123MIT OR Apache-2.0
grift_stdStandard library I/O and runtime features for the Grift Scheme language (requires std)218MIT OR Apache-2.0
grift_unicodeUnicode character operations for the Grift Scheme language22MIT OR Apache-2.0
grift_utilShared utilities for the Grift Scheme implementation594MIT OR Apache-2.0
grikodA safe Rust library implementing the standard Gray code conversion.39MIT
grillwip1,603MIT OR Apache-2.0
grill-coreuse the grill crate instead2,821MIT OR Apache-2.0
grill-json-pointerrenamed to jsonptr2,805MIT OR Apache-2.0
grill-json-schemareserved2,832MIT OR Apache-2.0
grill-json-typedefnot under development2,786MIT OR Apache-2.0
grillonGrillon offers an elegant and natural way to approach API testing in Rust.16,318MIT OR Apache-2.0
grimA modern grimoire for developers—define sigils, cast workflows, automate anything.89MIT OR Apache-2.0
grim-reaperDeath Defying Data Protection - When data death comes knocking, Grim ensures resurrection is just a command away3,819MIT OR Apache-2.0
grim-rsRust implementation of grim screenshot utility for Wayland and Windows1,831non-standard
grim-wayA professional, zero-dependency web-to-app engine for Rust.37MIT
grimdockDockable panel layout system for egui119MIT OR Apache-2.0
grimoiregrimoire is a cross-platform live-coding tool for creating GLSL shader demos5,209MIT OR Apache-2.0
grimoire-loaderGrimoire prompt system integration for Infernum515MIT OR Apache-2.0
grimoire-sdkSDK for building Summoner Grimoire plugins38MIT
grimoire_cssA magical CSS engine for all environments5,566MIT
grimoire_css_color_toolkitCSS Color Module Level 4 compliant color manipulation toolkit2,082MIT
grimoire_css_transmutatorA tool for seamlessly transforming CSS into Grimoire CSS spells.449MIT
grimoire_css_watcherA file watcher for Grimoire CSS448MIT
grimoriogrimorio39non-standard
grinSimple, private and scalable cryptocurrency implementation based on the Mimblewimble chain format.43,616Apache-2.0
grin-minerMining software for Grin, supports CPU and CUDA GPUs.1,904Apache-2.0
grin-vanityA cli vanity address generator for Grin1,473GPL-3.0-or-later
grin_apiAPIs for grin, a simple, private and scalable cryptocurrency implementation based on the Mimblewimble chain format.57,346Apache-2.0
grin_chainChain implementation for grin, a simple, private and scalable cryptocurrency implementation based on the Mimblewimble chain…65,648Apache-2.0
grin_configConfiguration for grin, a simple, private and scalable cryptocurrency implementation based on the Mimblewimble chain format.43,775Apache-2.0
grin_coreChain implementation for grin, a simple, private and scalable cryptocurrency implementation based on the Mimblewimble chain…61,229Apache-2.0
grin_keychainChain implementation for grin, a simple, private and scalable cryptocurrency implementation based on the Mimblewimble chain…61,715Apache-2.0
grin_miner_configConfiguration handling for the grin miner4,295Apache-2.0
grin_miner_pluginDevice specific plugins for the grin miner6,116Apache-2.0
grin_miner_utilUtilities for the grin miner6,098Apache-2.0
grin_p2pChain implementation for grin, a simple, private and scalable cryptocurrency implementation based on the Mimblewimble chain…57,859Apache-2.0
grin_poolChain implementation for grin, a simple, private and scalable cryptocurrency implementation based on the Mimblewimble chain…57,730Apache-2.0
grin_secp256k1zkpGrin's fork with Zero-Knowledge extensions of Rust bindings for Pieter Wuille's `libsecp256k1` library. Implements ECDSA for the…212,512CC0-1.0
grin_serversSimple, private and scalable cryptocurrency implementation based on the Mimblewimble chain format.44,456Apache-2.0
grin_storeSimple, private and scalable cryptocurrency implementation based on the Mimblewimble chain format.60,181Apache-2.0
grin_utilSimple, private and scalable cryptocurrency implementation based on the Mimblewimble chain format.65,060Apache-2.0
grin_walletSimple, private and scalable cryptocurrency implementation based on the MimbleWimble chain format.31,332Apache-2.0
grin_wallet_apiGrin Wallet API20,424Apache-2.0
grin_wallet_configConfiguration for grin wallet , a simple, private and scalable cryptocurrency implementation based on the MimbleWimble chain…23,633Apache-2.0
grin_wallet_controllerControllers for grin wallet instantiation19,914Apache-2.0
grin_wallet_implsConcrete types derived from libwallet traits21,360Apache-2.0
grin_wallet_libwalletSimple, private and scalable cryptocurrency implementation based on the MimbleWimble chain format.23,170Apache-2.0
grin_wallet_utilUtil, for generic utilities and to re-export grin crates26,933Apache-2.0
grinbotKeybase and Telegram bot for Grin1,675MIT
grinbot_coreKeybase and Telegram bot for Grin: Core library1,849MIT
grinbot_keybase_serviceKeybase and Telegram bot for Grin: Keybase service1,778MIT
grinbot_telegram_serviceKeybase and Telegram bot for Grin: Telegram service1,778MIT
grindA task management CLI tool68MIT OR Apache-2.0
grind-tuiLeetCode in your terminal — browse, run, and submit problems from a TUI21MIT
GrindingStone_artTest package upload, sorry for pollution1,616MIT
grindrUnofficial async Rust client for the Grindr API503MIT
grindstone[WIP] A data-oriented logic system for simulations.2,131MIT/Apache-2.0
grindvaktReusable, runtime-agnostic OAuth2 / OpenID Connect / OpenID Federation protocol library built on jose-rs.257BSD-2-Clause
gringSubstrate keystore implementation22,536GPL-3.0
gringron_apiAPIs for gringron, a simple, private and scalable cryptocurrency implementation based on the Mimblewimble chain format.1,812Apache-2.0
gringron_chainChain implementation for gringron, a simple, private and scalable cryptocurrency implementation based on the Mimblewimble chain…3,070Apache-2.0
gringron_coreChain implementation for gringron, a simple, private and scalable cryptocurrency implementation based on the Mimblewimble chain…5,684Apache-2.0
gringron_keychainChain implementation for gringron, a simple, private and scalable cryptocurrency implementation based on the Mimblewimble chain…6,061Apache-2.0
gringron_p2pChain implementation for gringron, a simple, private and scalable cryptocurrency implementation based on the Mimblewimble chain…2,117Apache-2.0
gringron_poolChain implementation for gringron, a simple, private and scalable cryptocurrency implementation based on the Mimblewimble chain…2,412Apache-2.0
gringron_secp256k1zkpGrinGron's fork with Zero-Knowledge extensions of Rust bindings for Pieter Wuille's `libsecp256k1` library. Implements ECDSA for…5,191CC0-1.0
gringron_serversSimple, private and scalable cryptocurrency implementation based on the Mimblewimble chain format.1,512Apache-2.0
gringron_storeSimple, private and scalable cryptocurrency implementation based on the Mimblewimble chain format.3,017Apache-2.0
gringron_utilSimple, private and scalable cryptocurrency implementation based on the Mimblewimble chain format.6,253Apache-2.0
grinkGrink is a tool to find and check web links in text files.2,923MIT OR Apache-2.0
grip-controlA Rust crate for grip control.162MIT OR Apache-2.0