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.
reovim-driver-ffi-pythonPython FFI bindings for reovim modules via PyO335AGPL-3.0-only
reovim-driver-formatterFormatter provider driver for reovim - external formatters and formatting traits151AGPL-3.0-only
reovim-driver-gitGit provider driver for reovim — trait contract and typed data433AGPL-3.0-only
reovim-driver-inputInput driver for reovim (keyboard, mouse, clipboard)762AGPL-3.0-only
reovim-driver-layoutWindow layout driver for reovim (compositor traits, layer types)1,863AGPL-3.0-only
reovim-driver-logLogging driver for reovim (bridges kernel printk to tracing)101AGPL-3.0-only
reovim-driver-lspLSP driver for reovim (Language Server Protocol client)402AGPL-3.0-only
reovim-driver-manifestPersonality manifest parser for TOML-based keybinding and mode bridge declarations550AGPL-3.0-only
reovim-driver-module-configModule configuration parser for user enable/disable and per-module settings240AGPL-3.0-only
reovim-driver-module-loaderDynamic module loader with search path discovery, FFI loading, registry, and lock file support196AGPL-3.0-only
reovim-driver-module-registryModule distribution registry for reovim — install, update, remove third-party modules102AGPL-3.0-only
reovim-driver-netNetwork driver for reovim (RPC server, transports)34AGPL-3.0-only
reovim-driver-pickerPicker driver for reovim - defines Picker trait, types, engine, and registry536AGPL-3.0-only
reovim-driver-searchSearch provider driver for reovim - defines SearchProvider trait and registry1,838AGPL-3.0-only
reovim-driver-sessionSession driver for reovim - provides traits for session management1,817AGPL-3.0-only
reovim-driver-statuslineDisplay-agnostic statusline data types for reovim366AGPL-3.0-only
reovim-driver-syntaxSyntax highlighting driver for reovim (trait definitions only)1,113AGPL-3.0-only
reovim-driver-syntax-treesitterTree-sitter based syntax driver implementation for reovim516AGPL-3.0-only
reovim-driver-traceTracing/profiling driver for reovim (bridges kernel Profiler trait to tracing)35AGPL-3.0-only
reovim-driver-tuiReovim TUI driver - terminal abstraction layer148AGPL-3.0-only
reovim-driver-undoUndo provider driver for reovim - defines UndoProvider trait and registry1,834AGPL-3.0-only
reovim-driver-vfsVirtual filesystem driver for reovim1,887AGPL-3.0-only
reovim-kernelCore kernel mechanisms for reovim (Linux kernel/ equivalent)2,144AGPL-3.0-only
reovim-lang-bashBash language support for reovim174AGPL-3.0-only
reovim-lang-cC language support for reovim175AGPL-3.0-only
reovim-lang-javascriptJavaScript language support for reovim176AGPL-3.0-only
reovim-lang-jsonJSON language support for reovim173AGPL-3.0-only
reovim-lang-markdownMarkdown language support for reovim277AGPL-3.0-only
reovim-lang-pythonPython language support for reovim175AGPL-3.0-only
reovim-lang-rustRust language support for reovim175AGPL-3.0-only
reovim-lang-tomlTOML language support for reovim175AGPL-3.0-only
reovim-lspLSP client library for reovim text editor314AGPL-3.0-only
reovim-module-buffer-opsBuffer operations module for reovim34AGPL-3.0-only
reovim-module-buffer-simpleSimple buffer manager module for reovim99AGPL-3.0-only
reovim-module-bufferlineBufferline module for reovim - tab/buffer bar99AGPL-3.0-only
reovim-module-clipboardClipboard module for reovim - system clipboard access and yank history99AGPL-3.0-only
reovim-module-cmdlineCommand-line mode module for reovim - CmdlineState and CmdlineBridge550AGPL-3.0-only
reovim-module-codec-binary-structELF/ZIP structured binary codec module for reovim99AGPL-3.0-only
reovim-module-codec-cjkCJK encoding content codec module for reovim99AGPL-3.0-only
reovim-module-codec-csvCSV/TSV content codec module for reovim102AGPL-3.0-only
reovim-module-codec-hexBinary hex-dump content codec module for reovim101AGPL-3.0-only
reovim-module-codec-legacyLegacy encoding content codec module for reovim99AGPL-3.0-only
reovim-module-codec-pdfPDF content codec module for reovim103AGPL-3.0-only
reovim-module-codec-utf8UTF-8 content codec module for reovim102AGPL-3.0-only
reovim-module-commandsEx-commands (:w, :q, :set) for reovim - POLICY module101AGPL-3.0-only
reovim-module-completionCompletion module for reovim - pluggable completion sources and popup state99AGPL-3.0-only
reovim-module-contextScope context provider with statusline breadcrumbs for reovim87AGPL-3.0-only
reovim-module-diagnostics-panelDiagnostics panel module for reovim - trouble-like diagnostic list101AGPL-3.0-only
reovim-module-editorCore editor module for reovim - Normal and Insert modes with basic commands590AGPL-3.0-only
reovim-module-emacsEmacs personality skeleton for reovim - POLICY module (#623)38AGPL-3.0-only
reovim-module-explorerFile explorer module for reovim - tree sidebar with file operations101AGPL-3.0-only
reovim-module-formatFormat-on-save module for reovim - external and LSP formatters103AGPL-3.0-only
reovim-module-gitGit provider module for reovim — subprocess-based git access100AGPL-3.0-only
reovim-module-git-blameGit blame annotation module for reovim100AGPL-3.0-only
reovim-module-git-signsGit gutter signs module for reovim105AGPL-3.0-only
reovim-module-git-statuslineGit statusline branch component for reovim100AGPL-3.0-only
reovim-module-health-checkHealth-check diagnostic command for reovim - POLICY module102AGPL-3.0-only
reovim-module-illuminateWord reference highlight module for reovim102AGPL-3.0-only
reovim-module-indent-guideIndent guide rendering module for reovim37AGPL-3.0-only
reovim-module-keymapKeymap utilities module for reovim - mechanism for keybinding management99AGPL-3.0-only
reovim-module-layoutWindow layout compositor module for reovim100AGPL-3.0-only
reovim-module-lspLSP module for reovim - Language Server Protocol integration102AGPL-3.0-only
reovim-module-lsp-navigationLSP navigation module for reovim - gd (goto definition) and gr (references)101AGPL-3.0-only
reovim-module-macrosProcedural macros for reovim dynamic module development1,692AGPL-3.0-only
reovim-module-microscopeMicroscope fuzzy finder module for reovim - picker orchestration UI147AGPL-3.0-only
reovim-module-mode-managerMode state management module for reovim33AGPL-3.0-only
reovim-module-module-managerModule manager command (:Modules) for reovim - POLICY module102AGPL-3.0-only
reovim-module-motionsVim motions (w, b, e, 0, $, etc.) for reovim - POLICY module551AGPL-3.0-only
reovim-module-notificationNotification toast module for reovim - toast messages and progress indicators145AGPL-3.0-only
reovim-module-pairBracket pair highlighting module for reovim (rainbow, match, auto-pair)36AGPL-3.0-only
reovim-module-profilesConfiguration profiles module - POLICY: save/load/list named option snapshots102AGPL-3.0-only
reovim-module-range-finderRange-finder module for reovim - jump navigation and code folding100AGPL-3.0-only
reovim-module-scratch-bufferScratch buffer handler for reovim - creates empty buffer on startup99AGPL-3.0-only
reovim-module-searchSearch module for reovim - regex-based pattern matching100AGPL-3.0-only
reovim-module-settingsInteractive settings panel module for reovim34AGPL-3.0-only
reovim-module-snippetSnippet expansion module for reovim103AGPL-3.0-only
reovim-module-sticky-contextSticky context viewport headers for reovim36AGPL-3.0-only
reovim-module-tetrominoTetromino game module for reovim - architecture proof-of-concept101AGPL-3.0-only
reovim-module-textobjectsVim text objects (iw, aw, i", a", etc.) for reovim - POLICY module552AGPL-3.0-only
reovim-module-treesitter-bashBash syntax highlighting module for reovim34AGPL-3.0-only
reovim-module-treesitter-cC syntax highlighting module for reovim36AGPL-3.0-only
reovim-module-treesitter-goGo syntax highlighting module for reovim38AGPL-3.0-only
reovim-module-treesitter-javascriptJavaScript syntax highlighting module for reovim35AGPL-3.0-only
reovim-module-treesitter-jsonJSON syntax highlighting module for reovim35AGPL-3.0-only
reovim-module-treesitter-markdownMarkdown syntax highlighting module for reovim100AGPL-3.0-only
reovim-module-treesitter-pythonPython syntax highlighting module for reovim34AGPL-3.0-only
reovim-module-treesitter-rustRust syntax highlighting module for reovim149AGPL-3.0-only
reovim-module-treesitter-tomlTOML syntax highlighting module for reovim36AGPL-3.0-only
reovim-module-treesitter-typescriptTypeScript syntax highlighting module for reovim37AGPL-3.0-only
reovim-module-undoUndo module for reovim - per-buffer undo/redo with persistence101AGPL-3.0-only
reovim-module-vfs-localLocal filesystem VFS provider for reovim99AGPL-3.0-only
reovim-module-vimVim policy module for reovim - keybindings and behavior512AGPL-3.0-only
reovim-module-whichkeyWhich-key popup module for reovim - shows pending keybinding hints100AGPL-3.0-only
reovim-module-window-opsWindow operations module for reovim554AGPL-3.0-only
reovim-picker-buffersBuffer picker module for reovim - switch between open buffers100AGPL-3.0-only
reovim-picker-commandsCommand picker module for reovim - command palette for registered commands101AGPL-3.0-only
reovim-picker-filesFile picker module for reovim - .gitignore-aware fuzzy file finder102AGPL-3.0-only
reovim-picker-git-branchesGit branches picker module for reovim101AGPL-3.0-only
reovim-picker-git-logGit log picker module for reovim101AGPL-3.0-only
reovim-picker-git-stashGit stash picker module for reovim101AGPL-3.0-only
reovim-picker-git-statusGit status picker module for reovim100AGPL-3.0-only
reovim-picker-grepGrep picker module for reovim - content search using ripgrep100AGPL-3.0-only
reovim-picker-optionsOption picker module for reovim - browse and inspect editor options100AGPL-3.0-only
reovim-plugin-cmdline-completionCommand-line auto-completion plugin for reovim128AGPL-3.0-only
reovim-plugin-completionAsynchronous completion plugin for reovim175AGPL-3.0-only
reovim-plugin-contextContext provider plugin for reovim359AGPL-3.0-only
reovim-plugin-explorerFile explorer plugin for reovim176AGPL-3.0-only
reovim-plugin-foldCode folding plugin for reovim86MIT
reovim-plugin-health-checkHealth check system for reovim226AGPL-3.0-only
reovim-plugin-leapTwo-character jump navigation plugin for reovim51MIT
reovim-plugin-lspLSP integration plugin for reovim175AGPL-3.0-only
reovim-plugin-microscopeFuzzy finder and picker infrastructure for reovim404AGPL-3.0-only
reovim-plugin-notificationToast notification and progress bar plugin for reovim277AGPL-3.0-only
reovim-plugin-pairRainbow brackets, matched pair highlighting, and auto-pair insertion for reovim174AGPL-3.0-only
reovim-plugin-pickersFile and buffer picker plugin for reovim174AGPL-3.0-only
reovim-plugin-profilesProfile management plugin for reovim129AGPL-3.0-only
reovim-plugin-range-finderUnified jump navigation and code folding plugin for reovim128AGPL-3.0-only
reovim-plugin-settings-menuSettings menu plugin for reovim192AGPL-3.0-only
reovim-plugin-statuslineStatusline extension plugin for reovim276AGPL-3.0-only
reovim-plugin-sticky-contextSticky context headers plugin for reovim85AGPL-3.0-only
reovim-plugin-treesitterTreesitter integration plugin for reovim1,195AGPL-3.0-only
reovim-plugin-which-keyWhich-key plugin for reovim - shows available keybindings after pressing a prefix key174AGPL-3.0-only
reovim-protocolWire protocol types for reovim client-server communication1,126AGPL-3.0-only
reovim-serverReovim server - the editing engine101AGPL-3.0-only
reovim-sysSystem abstraction layer for reovim (crossterm re-exports)2,709AGPL-3.0-only
reovim-testingTesting infrastructure for reovim - test harness, assertions, fluent builders979AGPL-3.0-only
reovim-tui-mod-bufferlineBufferline chrome module for Reovim TUI148AGPL-3.0-only
reovim-tui-mod-cmdlineCmdline native module for reovim TUI150AGPL-3.0-only
reovim-tui-mod-completionCompletion popup native ClientModule for reovim151AGPL-3.0-only
reovim-tui-mod-diagnosticsDiagnostics inline rendering module for Reovim TUI150AGPL-3.0-only
reovim-tui-mod-explorerFile explorer sidebar native module for reovim TUI152AGPL-3.0-only
reovim-tui-mod-foldFold rendering module for Reovim TUI150AGPL-3.0-only
reovim-tui-mod-hoverHover popup chrome module for Reovim TUI151AGPL-3.0-only
reovim-tui-mod-illuminateWord reference highlight module for Reovim TUI157AGPL-3.0-only
reovim-tui-mod-jumpJump label rendering module for Reovim TUI150AGPL-3.0-only
reovim-tui-mod-landingStartup landing screen native ClientModule for reovim150AGPL-3.0-only
reovim-tui-mod-line-numbersLine numbers annotation module for Reovim TUI149AGPL-3.0-only
reovim-tui-mod-markdownMarkdown rendering module for Reovim TUI151AGPL-3.0-only
reovim-tui-mod-microscopeMicroscope fuzzy finder native module for reovim TUI149AGPL-3.0-only
reovim-tui-mod-notificationNotification toast native ClientModule for reovim149AGPL-3.0-only
reovim-tui-mod-pairBracket pair highlighting module for Reovim TUI149AGPL-3.0-only
reovim-tui-mod-signature-helpSignature help popup native ClientModule for reovim151AGPL-3.0-only
reovim-tui-mod-statuslineStatusline chrome module for Reovim TUI151AGPL-3.0-only
reovim-tui-mod-tetrominoTetromino game native module for reovim TUI151AGPL-3.0-only
reovim-tui-mod-whichkeyWhich-key popup native ClientModule for reovim153AGPL-3.0-only
reovim-tui-mod-yank-flashYank flash highlight module for Reovim TUI150AGPL-3.0-only
reown-relay-clientReown (WalletConnect) wasm client1,773Apache-2.0
reown-relay-rpcReown (WalletConnect) wasm client3,346Apache-2.0
reoxideRust-bindings for the ReOxide decompiler extension framework1,078Apache-2.0
reoxide-procProc-macro utility create for the ReOxide Rust-bindings1,253Apache-2.0
repA small tool for representation/class invariants4,948MIT
rep-cliReplace text file in bulk1,558MIT OR Apache-2.0
rep-grepwgrep/write-grep CLI8,309MIT
rep-strA crate for caching a repeat pattern of a str.1,517GPL-3.0
rep_deriveA small tool for representation/class invariants6,070MIT
repaPeak Performance Pattern Seeker4,144MIT
repac-clirepac cli1,168MIT OR Apache-2.0
repac-guiresurved for future use1,140MIT OR Apache-2.0
repac-librepac library1,297MIT OR Apache-2.0
repackPowerful model codegen.3,883GPL-3.0-only
repackageAn infernal tool to repackage a .crate file under another name60,706MIT OR Apache-2.0
repair_jsonRepair incomplete JSON (e.g. from streaming APIs) so it can be parsed as it is received.59,388MIT
repakREPAK asset library format support2,091MIT OR Apache-2.0
repak-clirepak cli1,123MIT OR Apache-2.0
repak-guiresurved for future use1,170MIT OR Apache-2.0
repak-librepak library1,975MIT OR Apache-2.0
repak-tuirepak tui1,314MIT OR Apache-2.0
reparorewond events1,376MIT
reparseAST coercion macros described in The Little Book Of Rust Macros3,574CC-BY-SA-4.0/MIT
reparserregex parser4,026MIT
reparteeA modern terminal IRC client built with Ratatui and Tokio1,045MIT
repartirDEPRECATED: Use aprender-distribute instead. Re-exports aprender-distribute for backward compatibility.5,073MIT
repatchA regex find-and-replace tool with a `git add --patch`-like interface.2,616MIT
repathA fast pathfinding library using A* algorithm, caching, precomputation and path segmentation with concurrent pathfinding.12,754MIT
repayCLI for calculating repayments9,218MIT/Apache-2.0
repcAPIs to calculate the layout of C types.17,875MIT OR Apache-2.0
repc-implImplementation detail of the repc crate20,117MIT OR Apache-2.0
repcapA tcpreplay like cli tool for PCAP files1,237MIT OR Apache-2.0
repconA Rust tool for condensing repository files for OpenAI's Assistants API usage5,163MIT
repeRust implementation of the REPE RPC protocol (JSON-focused)2,281MIT
repe-deriveProcedural macros for the repe crate411MIT
repeatRepeats an iterator.1,478MIT
repeat-cliA CLI tool to repeat commands with a delay56MIT
repeat-commandA small tool that re-runs a command until it succeeds2,789MIT
repeat2A tool to repeat a string1,107MIT OR Apache-2.0
repeat_finiteIt is like repeat(), but, you know, finite2,770MIT
repeat_forLike a for loop except that's valid at crate-level1,706MIT
repeatcmdrun a command repeatedly until it succeeds (or fails)473MIT-0
repeatedAllows you to repeat a block of code a number of times.5,094MIT
repeated-assertRun assertions multiple times10,465MIT
repeated-lines-removerRemoved the duplicate line emails1,817MIT
repeaterProc-macro for repeating tokens1,363Zlib OR MIT OR Apache-2.0
repeater-cliA CLI application to manage and list UPnP ports on a network/router.38Apache-2.0
repeating_future[RepeatingFuture] is a [Future] that can call an async function of an object over and over again.1,623MIT
repeatmasker-rsFast Rust postprocessing and masking for RepeatMasker .out/.cat annotations23MIT
repeatrrrrRepeats some content M to output N times.1,833MIT
repentPlaceholder crate1,585ISC OR Apache-2.0
repertoryActor system built around `std::future` and async/await3,053MIT/Apache-2.0
repetend_lenrepetend lengths2,525MIT
repetitiveMacro for generating repetitive code4,676MIT