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.
hiver-txTransaction management for Hiver Framework.
Hiver框架的事务管理。
Equivalent to: Spring Transaction Management (@Transactional,…41MIT OR Apache-2.0
hiver-validation-annotationsValidation annotations for Hiver Framework (similar to Bean Validation).
Hiver框架的验证注解(类似于Bean Validation)。
Equivalent to: Bean…17MIT OR Apache-2.0
hiver-vaultSpring Vault — Secrets management with HashiCorp Vault.
Hiver框架的HashiCorp Vault密钥管理。
Equivalent to: Spring Vault25MIT OR Apache-2.0
hiver-web3Blockchain and Web3 support for Hiver Framework.
Hiver框架的区块链和Web3支持。
Equivalent to: Spring Web3 (community), Web3j24MIT OR Apache-2.0
hiver-wsSpring Web Services — SOAP/WSDL contract-first web services.
Hiver框架的SOAP/WSDL契约优先Web服务。
Equivalent to: Spring Web Services21MIT OR Apache-2.0
hivetuilibLibrary for abstracting turn based games.1,499MIT
hivetuilib-aiGeneric minimax AI algorithm for hivetuilib.1,273MIT
hivetuilib-boardCommon board types and search operations for board games.1,261MIT
hivewareA fast and minimal wrapper for the nix package manager2,289GPL-3.0
hivex(Hopefully) idiomatic bindings to the Hivex library3,994EUPL-1.2
hivex-sysRaw and generated bindings to Hivex3,459EUPL-1.2
hivm2A new kind of virtual machine.4,457non-standard
hiwonderInterface for interacting with Hiwonder IMUs11,844MIT
hiwonder_macrosMacros for Hiwonder IMUs5,590MIT
hiyoriCLI application to check the current weather.1,629MIT
hizliHızlı Makes Making Macros Fast1,051MIT
hizli-coreHızlı Makes Making Macros Fast1,202MIT
hizli-macrosHızlı Makes Making Macros Fast1,133MIT
hjCommand line tool to convert HTTP/1-style text into JSON1,815non-standard
hj-cliCLI for handoff state, reconciliation, and handup surveys19MIT
hj-coreCore data types for hj handoff workflows222MIT
hj-doobDoob integration helpers for hj handoff workflows76MIT
hj-gitGit and repo discovery utilities for hj handoff workflows72MIT
hj-renderMarkdown rendering for hj handoff workflows74MIT
hj-sqliteSQLite backing stores for hj handoff workflows72MIT
hj-vcsFast, opinionated version control experience.454MIT
hj_dsA data structure library for Rust2,222MIT OR Apache-2.0
hj_hello_crateThe first crate43MIT OR Apache-2.0
hj_my_cratehj_my_crate包是我在学习《The Rust Programming…2,209MIT
hj_thread_poolA simple thread pool implementation in Rust.2,186MIT OR Apache-2.0
hjemA declarative $HOME management CLI for Nix29MPL-2.0
hjem-coreCore library for Hjem, declarative $HOME management utility49MPL-2.0
hjklVim-modal terminal editor: standalone TUI built on the hjkl engine.1,186MIT
hjkl-anvilMason-style LSP and developer-tool installer1,378MIT
hjkl-appHost-agnostic application layer for the hjkl editor. Used by apps/hjkl (TUI).540MIT
hjkl-bonsaiTree-sitter grammar registry + highlighter for the hjkl editor stack6,276MIT
hjkl-bufferRope-backed text buffer with cursor and edits. Pre-1.0 churn.10,935MIT
hjkl-buffer-tuiRatatui Widget adapter for hjkl-buffer — single-pass cell renderer for BufferView.1,821MIT
hjkl-clipboardCross-platform clipboard library with rich types, async support, and OSC 52 fallback for SSH6,270MIT
hjkl-completionCompletion popup data model for the hjkl editor stack: Completion, CompletionItem, CompletionKind, and LSP conversion helpers.481MIT
hjkl-completion-tuiRatatui adapter for hjkl-completion: paints the completion popup model into a ratatui Frame.421MIT
hjkl-configShared TOML config loader for hjkl-based apps — XDG path resolution, span-aware parse errors, optional validation hook.4,316MIT
hjkl-cssParser + AST for a CSS subset used to drive declarative UI styling. Toolkit-agnostic.608MIT
hjkl-css-floemAdapter that maps a hjkl-css Stylesheet onto floem View styling via an extension trait.19MIT
hjkl-css-guiAdapter that maps a hjkl-css Stylesheet onto floem View styling via an extension trait.246MIT
hjkl-editorFront-door for the hjkl modal editor stack: vim engine + rope buffer + registers, in one crate.2,691MIT
hjkl-editor-tuiRatatui TUI editor subsystem for the hjkl stack: Style conversions, KeyEvent bridging, form and prompt renderers.810MIT
hjkl-engineVim FSM, motion grammar, and ex commands. Pre-1.0 churn.11,269MIT
hjkl-engine-tuiRatatui adapters for hjkl-engine — Style conversion + Editor extension methods for ratatui-flavoured input.1,761MIT
hjkl-exEx-command registry and dispatch layer for the hjkl editor stack.790MIT
hjkl-formVim-modal forms for hjkl-based apps.4,427MIT
hjkl-fs-watchDebounced filesystem watcher wrapper around notify. Tokio-free sync backend for hjkl editors and pickers.365MIT
hjkl-fuzzySubsequence fuzzy scorer (score + match positions) for the hjkl editor stack.568MIT
hjkl-hollerRenderer-agnostic notification bus with severity-tagged toasts and ring-buffer history for the hjkl editor stack.500MIT
hjkl-holler-tuiRatatui adapter for hjkl-holler: paints active toast notifications in a top-right stack with severity-colored borders.414MIT
hjkl-hoverRenderer-agnostic hover popup state, position math, and scroll handling for the hjkl editor stack.467MIT
hjkl-hover-tuiRatatui adapter for hjkl-hover: paints the hover popup into a ratatui Frame using hjkl-markdown-tui for the content body.403MIT
hjkl-iconsFiletype / directory → icon mapping for the hjkl editor stack, with Nerd-Font, geometric-Unicode, and ASCII fallback sets.1,285MIT
hjkl-info-popupRenderer-agnostic info popup data model for the hjkl editor stack. Used by :reg, :marks, :jumps, :changes, and the K-key hover…475MIT
hjkl-info-popup-tuiRatatui adapter for hjkl-info-popup: renders the info popup (`:reg`, `:marks`, `:jumps`, `:changes`) as a centered bordered…410MIT
hjkl-keymapBackend-agnostic modal keymap: chord parsing, trie dispatch, leader/chord resolution for the hjkl editor stack4,093MIT
hjkl-keymap-crosstermCrossterm KeyEvent ↔ hjkl-keymap KeyEvent adapter. Wraps the crossterm input boundary in a renderer-adapter crate per the hjkl…81MIT
hjkl-keymap-tuiRatatui/crossterm KeyEvent ↔ hjkl-keymap KeyEvent adapter. The TUI-side input boundary for hjkl, per the -tui adapter convention.500MIT
hjkl-kittyKitty keyboard protocol support (DISAMBIGUATE_ESCAPE_CODES) for crossterm-based kryptic-sh TUIs277MIT
hjkl-langLanguage directory and grammar request types for the hjkl editor stack: GrammarRequest, LanguageDirectory.2,755MIT
hjkl-layoutRenderer-agnostic window/split layout machinery for the hjkl editor stack. Owns LayoutTree, Pane, SplitDir, WindowId, and all…413MIT
hjkl-lspLSP client for the hjkl modal editor.1,456MIT
hjkl-manglerExternal-formatter dispatch for hjkl: rustfmt, prettier, gofmt, ruff, stylua, shfmt, taplo and more483MIT
hjkl-markdownRenderer-agnostic markdown event stream and theming hooks for the hjkl editor stack.1,637MIT
hjkl-markdown-tuiRatatui adapter for hjkl-markdown: converts markdown events to ratatui Lines for inline rendering.1,565MIT
hjkl-menuRenderer-agnostic context menu data model for the hjkl editor stack. MenuAction hierarchy, open/close state, keyboard navigation,…457MIT
hjkl-menu-tuiRatatui adapter for hjkl-menu: renders the renderer-agnostic context menu model into a ratatui Frame with full theme support.384MIT
hjkl-pickerFuzzy picker subsystem for hjkl-based apps — file, grep, and custom sources.3,356MIT
hjkl-picker-tuiRatatui adapter for hjkl-picker — preview pane renderer + crossterm key router.761MIT
hjkl-promptRenderer-agnostic ex/search prompt bar state machine for the hjkl editor stack. Covers `:`, `/`, and `?` prompts with history…484MIT
hjkl-prompt-tuiRatatui adapter for hjkl-prompt: renders the ex/search prompt bar (`:`, `/`, `?`) as a bottom-bar status row with wildmenu…408MIT
hjkl-quickfixRenderer-agnostic quickfix / location list data model for hjkl editors: an ordered list of file+line locations (QfEntry) with a…166MIT
hjkl-ratatuiDeprecated shim for hjkl-editor-tui. Use hjkl-editor-tui instead.2,168MIT
hjkl-splashRendering-agnostic splash-screen animation for kryptic-sh projects.4,070MIT
hjkl-splash-tuiRatatui adapter for hjkl-splash — renders StartScreen into a ratatui Frame.444MIT
hjkl-statuslineRenderer-agnostic statusline data model for hjkl editors. Segments + mode + filename + cursor; the ratatui adapter lives in…568MIT
hjkl-statusline-tuiratatui adapter for hjkl-statusline: renders the renderer-agnostic statusline model into a ratatui Line / widget.473MIT
hjkl-syntaxRenderer-agnostic syntax-highlighting pipeline for the hjkl editor stack: SyntaxWorker background thread, RenderCache,…484MIT
hjkl-syntax-tuiRatatui adapter for hjkl-syntax: converts renderer-agnostic RenderOutput spans to ratatui Span/Line and routes DiagSigns to…399MIT
hjkl-tabsRenderer-agnostic tab bar data model for hjkl editors. TabBar<Id> + Tab<Id> with open/close/focus/cycle/overflow; ratatui adapter…491MIT
hjkl-tabs-tuiRatatui adapter for hjkl-tabs: renders a TabBar<Id> widget with active-tab highlight, dirty marker, and overflow indicators.404MIT
hjkl-themeUnified theme schema: TOML parse, palette interning, capture fallback chain.3,986MIT
hjkl-theme-tuiRatatui adapters for hjkl-theme: Color/StyleSpec/Modifiers conversions.909MIT
hjkl-tree-sitterDEPRECATED — renamed to hjkl-bonsai. Stub re-exports for transition.295MIT
hjkl-vimVim modal state types and grammar primitives for the hjkl editor stack. Pre-1.0 churn.5,091MIT
hjkl-vim-tuiRatatui/crossterm driver for hjkl-vim — wires crossterm KeyEvents through the FSM.346MIT
hjkl-vim-typesVim vocabulary types for the hjkl editor1,811MIT
hjkl-which-keyRenderer-agnostic which-key popup model for the hjkl editor stack. Entry building, prefix resolution, scroll state, and column…549MIT
hjkl-which-key-tuiRatatui adapter for hjkl-which-key: renders the which-key popup model into a ratatui Frame.449MIT
hjkl-xdgXDG Base Directory resolution — env-first, $HOME-fallback, uniform across platforms5,917MIT
hjklueA vim-style terminal crossword puzzle player61MIT
hjlibCore library for hj handoff workflows47MIT
hjonklangA simple, embeddable programming language1,836MIT
hjsonHjson serialization file format15,057MIT
hjson2jsonJson wrapper for deprecated Hjson2,026MIT/Apache-2.0
hjulSimple and efficient timer abstraction on top of `mio-extra`.
Every timer is associated with a callback which is executed…17,832MIT
hjxCLI for handoff state, reconciliation, and handup surveys14MIT
hkA tool for managing git hooks40,624MIT
hk-parserA robust parser and serializer for HackerOS configuration files (.hk).152MIT
hk32-partial-halHK32 partial HAL1,175MIT
hk32c030xx-pacHK32C030xx PAC, Generate by Chiptool1,136MIT
hk32f005-pacHK32F005 PAC, Generate by Chiptool116MIT
hk32f0301mxxc-pacHK32F0301MxxC PAC, Generate by Chiptool1,562MIT
hkalbasi-rustc-ap-build_helperAutomatically published version of the package `build_helper` in the hkalbasi/rust repository from commit…3,003MIT / Apache-2.0
hkalbasi-rustc-ap-compiletestAutomatically published version of the package `compiletest` in the hkalbasi/rust repository from commit…2,730MIT / Apache-2.0
hkalbasi-rustc-ap-miropt-test-toolsAutomatically published version of the package `miropt-test-tools` in the hkalbasi/rust repository from commit…3,092MIT / Apache-2.0
hkalbasi-rustc-ap-rustc_abiAutomatically published version of the package `rustc_abi` in the hkalbasi/rust repository from commit…656,618MIT / Apache-2.0
hkalbasi-rustc-ap-rustc_arenaAutomatically published version of the package `rustc_arena` in the hkalbasi/rust repository from commit…2,942MIT / Apache-2.0
hkalbasi-rustc-ap-rustc_data_structuresAutomatically published version of the package `rustc_data_structures` in the hkalbasi/rust repository from commit…9,887MIT / Apache-2.0
hkalbasi-rustc-ap-rustc_graphvizAutomatically published version of the package `rustc_graphviz` in the hkalbasi/rust repository from commit…10,696MIT / Apache-2.0
hkalbasi-rustc-ap-rustc_indexAutomatically published version of the package `rustc_index` in the hkalbasi/rust repository from commit…665,737MIT / Apache-2.0
hkalbasi-rustc-ap-rustc_macrosAutomatically published version of the package `rustc_macros` in the hkalbasi/rust repository from commit…11,322MIT / Apache-2.0
hkalbasi-rustc-ap-rustc_serializeAutomatically published version of the package `rustc_serialize` in the hkalbasi/rust repository from commit…11,291MIT / Apache-2.0
hkd32HMAC-based Hierarchical Key Derivation: deterministically derive
a hierarchy of symmetric keys from initial keying material…423,508Apache-2.0 OR MIT
hkdfHMAC-based Extract-and-Expand Key Derivation Function (HKDF)212,987,837MIT OR Apache-2.0
HKGYMVS海康工业相机的rust bindgen2,760MIT
hkid_opsA Rust library for generating and validating Hong Kong Identity Card (HKID) numbers, supporting all official and custom prefixes,…5,306non-standard
hkkim_lib_wikibooks_rpn_testRPN(Reverse Polish Notatio) library2,680MIT
hkoRust library for Hong Kong Observatory Open Data API29,796MIT
hkq-artA simple Code4,149MIT OR Apache-2.0
hkscdis-rsA HavokScript 5.1 disassembler written in Rust.3,370GPL-3.0-only
hksrustlibSample library in rust1,478MIT OR Apache-2.0
hktSimulated higher-kinded types for Rust9,635MIT
hkt-pin-listSelf managed HKT intrusive linked list3,874MIT
hktrading-clientSDK Client to interact with the HKTrading API10,297MIT
hkulibrarya user-friendly client for HKU library2,752MIT OR Apache-2.0
hkvA human-redable KV store with database-like performance characteristics1,663MIT
hkvdbA simple key-value store tracking historical information5,513non-standard
hlHighlight patterns.6,997MIT
hl-accountHyperliquid account state — positions, fills, vaults, agent approvals105MIT
hl-cliA cli tool for colourising / highlighting stdin with regex and writing back to stdout.729MIT
hl-clientHyperliquid REST and WebSocket client with retry and rate-limit handling245MIT
hl-engineSafe Rust lifecycle API for the standalone HL Linux guest engine332MIT
hl-executorHyperliquid order execution — place/cancel orders, trigger orders, position reconciliation107MIT
hl-marketHyperliquid market data — candles, orderbook, funding rates, asset info110MIT
hl-rsHyperliquid Rust SDK47MIT
hl-rs-liba library for highlighting streams of text via regex.767MIT
hl-signingHyperliquid EIP-712 signing — Signer trait, PrivateKeySigner, action hashing213MIT
hl-typesHyperliquid domain types — orders, signatures, candles, accounts, errors379MIT
hl2-cliA cli tool for colourising / highlighting stdin with regex and writing back to stdout.920MIT
hl2-liba library for highlighting streams of text via regex.1,177MIT
hl7An HL7 2.x parser3,758MIT
hl7-mindrayMindray patient monitor HL7 field mappings — 99MNDRY private code space and vital sign extraction19Apache-2.0
hl7-mllpTransport-agnostic MLLP (Minimal Lower Layer Protocol) framing for HL7 v2 messages43Apache-2.0
hl7-mllp-codecA Tokio codec for HL7 Minimal Lower Layer Message Transport protocol (MLLP)25,428MIT
hl7-netLightweight HL7 V2 parser/writer, ported from the Efferent HL7-V2 .NET library18MIT
hl7-parserParses the structure of HL7v2 messages, but does not validate the correctness of the messages.13,469Apache-2.0
hl7-parser-exampleThis is an example of how to run and use the hl7-parser crate by Kenton Hamaluik <kenton@hamaluik.ca>. The hl7-parser crate…669Apache-2.0
hl7-v2Zero-dependency HL7 v2 message parser — bytes to typed AST, no transport, no runtime66Apache-2.0
hl7v2HL7 v2 message parser and processor for Rust196AGPL-3.0-or-later
hl7v2-batchHL7 v2 batch message handling (FHS/BHS/FTS/BTS)18AGPL-3.0-or-later
hl7v2-cliCommand-line interface for HL7 v2 message manipulation and validation.83AGPL-3.0-or-later
hl7v2-datatypeHL7 v2 data type validation19AGPL-3.0-or-later
hl7v2-datetimeHL7 v2 date/time parsing and validation69AGPL-3.0-or-later
hl7v2-escapeHL7 v2 escape sequence handling255AGPL-3.0-or-later
hl7v2-fakerRealistic HL7 v2 test data generation (names, addresses, medical codes, etc.)19AGPL-3.0-or-later
hl7v2-jsonHL7 v2 JSON serialization162AGPL-3.0-or-later
hl7v2-mllpMLLP (Minimal Lower Layer Protocol) framing for HL7 v2255AGPL-3.0-or-later
hl7v2-modelCore data model for HL7 v2 messages458AGPL-3.0-or-later
hl7v2-networkHL7 v2 MLLP network client and server (TCP/TLS)21AGPL-3.0-or-later
hl7v2-normalizeHL7 v2 message normalization20AGPL-3.0-or-later
hl7v2-parserHL7 v2 message parser166AGPL-3.0-or-later
hl7v2-pathHL7 v2 field path parsing and resolution19AGPL-3.0-or-later
hl7v2-pythonPyO3 extension crate backing the Python hl7v2 package. Rust users should depend on hl7v2.19AGPL-3.0-or-later
hl7v2-queryHL7 v2 path-based field access and query functionality213AGPL-3.0-or-later
hl7v2-serverHTTP/REST API server for HL7v2 message processing126AGPL-3.0-or-later
hl7v2-streamStreaming/event-based parser for HL7 v2 messages19AGPL-3.0-or-later
hl7v2-writerHL7 v2 message writer/serializer115AGPL-3.0-or-later
hl_coreSyntax highlighting in Rust5,202MIT
hl_rangerFork of Hyperliquid Rust SDK with unsigned transaction support for external signing5,575MIT
hl_sdkRust SDK for Hyperliquid35,704MIT
hl_sdk_yzRust SDK for Hyperliquid73MIT
hl_solmacro for generating hyperliquid specific signing types585MIT
hladikes-hello-world-demo-crateHello World demo package1,596MIT
hladikes_test_libMy test lib4,202MIT
hlbcHashlink bytecode disassembler and analyzer14,163MIT
hlbc-cliHashlink bytecode disassembler, analyzer and decompiler cli10,133MIT
hlbc-decompilerHashlink bytecode decompiler7,176MIT
hlbc-deriveProcedural macros for the 'hlbc' crate12,465MIT
hlbc-guiHashlink bytecode disassembler, analyzer and decompiler gui5,105MIT
hlbc-indexingHashlink bytecode indexer1,981MIT
hlchybrid logical clock5,033MIT
hlc-genLock-free Hybrid Logical Clock (HLC) timestamp generator.15,122MIT
hlc-rsHybrid Logical Clocks for causally correct distributed event ordering1,030MIT OR Apache-2.0
hlc_idA Rust library for generating and managing Hybrid Logical Clock (HLC)-based IDs.3,254MIT
hldHard Link Deduplicator1,571MIT
hldemoA parser for Half-Life (Goldsource) demo files using nom.6,546MIT/Apache-2.0
hldrDeclarative and expressive data seeding for PostgreSQL1,595MIT OR Apache-2.0
hledger-btcSync Bitcoin wallets and third-party feeds into an hledger plain-text accounting journal15MIT OR Apache-2.0
hledger-btc-coreCore library for hledger-btc: wallet scanning, journal generation, transfer matching, BIP329 labels18MIT OR Apache-2.0
hledger-fmtAn opinionated hledger's journal files formatter.13,386MIT
hledger-get-market-pricesGets historical stock prices from Alpha Vantage API and outputs them in hledger market price format3,017MIT OR Apache-2.0
hledger-parserHledger jornal parser1,865MIT
hlgHLG, or HI, Let's Go!, is a powerful bookmark manager to keep track of your favorites both on the filesystem and the web.1,235MIT
hlightThis library is dedicated to delivering exceptional syntax highlighting capabilities.12,846Apache-2.0