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.
hyperionGeneric LSystem implementation.2,425MIT OR Apache-2.0
hyperion-frameworkA lightweight component-based TCP framework for building service-oriented Rust applications with CLI control, async messaging,…1,534Apache-2.0
hyperion-vaultHyperionDB Vault: encrypted, Raft-replicated secrets store. Umbrella crate re-exporting the hyperion-vault security core.233AGPL-3.0-only
hyperion-vault-corePure-Rust security core for hyperion-vault: envelope encryption, IP allowlist, token auth, rotation policy315AGPL-3.0-only
hyperion-vpn-cli-commonShared CLI plumbing for the Hyperion VPN binaries: config paths, daemon control, and secret handling68AGPL-3.0-only
hyperion-vpn-clientHyperion VPN admin client: knock + Noise tunnel, local port forwards, and fake-IP TUN mode32AGPL-3.0-only
hyperion-vpn-coreCore protocol for Hyperion VPN: SPA knock crypto, Noise IKpsk2 transport, yamux multiplexing, pooled client, and relay68AGPL-3.0-only
hyperion-vpn-serverHyperion VPN server daemon: SPA knock sniffer, nftables gating, and the egress-allowlisted relay32AGPL-3.0-only
hyperion_derive_ec_no_sA dense ECS without the S596MIT
hyperion_ec_no_sA dense ECS without the S1,010MIT
hyperjetForward-mode automatic differentiation with const-generic, stack-allocated first-, second-, and third-order jets (Jet1/Jet2/Jet3)…760BSD-3-Clause
hyperjsonA hyper-fast Python module for reading/writing JSON data7,153Apache-2.0
hyperlaneA lightweight, high-performance, and cross-platform Rust HTTP server library built on Tokio. It simplifies modern web service…327,194MIT
hyperlane-broadcasthyperlane-broadcast is a lightweight and ergonomic wrapper over Tokio’s broadcast channel designed for easy-to-use…20,658MIT
hyperlane-cardano-rpc-rust-clientNo description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)12,846Unlicense
hyperlane-cliA command-line tool for Hyperlane framework.1,153MIT
hyperlane-cosmos-dymension-rsProtobuf definitions for Hyperlane Cosmos SDK and Dymension's x/kas module492non-standard
hyperlane-cosmos-rsProtobuf stuct defintions for interacting with the Hyperlane Cosmos SDK52,396non-standard
hyperlane-cosmwasm-interfaceInterface definitions for CosmWasm Hyperlane contracts61,745Apache-2.0
hyperlane-logA Rust logging library that supports both asynchronous and synchronous logging. It provides multiple log levels, such as error,…124,281MIT
hyperlane-macrohyperlane macro1,434MIT
hyperlane-macrosA comprehensive collection of procedural macros for building HTTP servers with enhanced functionality. This crate provides…47,467MIT
hyperlane-plugin-websocketA WebSocket plugin for the Hyperlane framework, providing robust WebSocket communication capabilities and integrating with…61,645MIT
hyperlane-process-guardA process guard service based on Hyperlane web framework for remote script execution and process management.180MIT
hyperlane-quick-startA lightweight rust http server with middleware, websocket, sse, and tcp support, built on tokio for cross-platform async…96,054MIT
hyperlane-timeA library for fetching the current time based on the system's locale settings.35,165MIT
hyperlane-utilsA library providing utils for hyperlane.57,895MIT
hyperlane_appHyperlane application module containing core application logic, controllers, services, and middleware components.802MIT
hyperlane_applicationHyperlane application module containing core application logic, controllers, services, and middleware components.2,507MIT
hyperlane_bootstrapHyperlane bootstrap crate providing application initialization and framework lifecycle management.2,249MIT
hyperlane_configHyperlane configuration module providing comprehensive configuration management capabilities for the framework.3,708MIT
hyperlane_initHyperlane initialization module responsible for application bootstrap, configuration loading, and graceful shutdown coordination.635MIT
hyperlane_pluginA powerful and extensible plugin system for the hyperlane framework, providing modularity and customization capabilities.3,716MIT
hyperlane_resourcesHyperlane resources module containing various resources and utilities used by the framework.3,944MIT
hyperlane_techempowerA lightweight, high-performance, and cross-platform Rust HTTP server library built on Tokio. It simplifies modern web service…518MIT
hyperlatticeA small Rust linear algebra library with hyperreal-backed scalar, vector, and matrix types.264MIT
hyperledgerReserving this crate name for hyperledger related API. Willing to transfer ownership to hyperledger team.1,481MIT
hyperlightEmpty crate, used to reserve the name1,110Apache-2.0
hyperlight-commonHyperlight's components common to host and guest.65,702Apache-2.0
hyperlight-component-macroProcedural macros to generate Hyperlight host and guest bindings from component types16,174Apache-2.0
hyperlight-component-utilShared implementation for the procedural macros that generate Hyperlight host and guest bindings from component types22,060Apache-2.0
hyperlight-guestProvides only the essential building blocks for interacting with the host environment, including the VM exit mechanism,…59,566Apache-2.0
hyperlight-guest-binThis crate provides the opinionated bits of the guest library, such as the panic handler, the entry point, the guest logger, the…49,323Apache-2.0
hyperlight-guest-macroMacros for registering guest and host functions on hyperlight guests binaries.21,482Apache-2.0
hyperlight-guest-tracingProvides the tracing functionality for the hyperlight guest.44,027Apache-2.0
hyperlight-guest-tracing-macroProvides the tracing macros for the hyperlight guest, enabling structured logging and tracing capabilities.13,572Apache-2.0
hyperlight-hostA lightweight Virtual Machine Manager that can be hosted in an application to safely
run untrusted or code within a VM partition…51,679Apache-2.0
hyperlight-javascript-sandboxHyperlight JS guest for hyperlight-sandbox.24Apache-2.0
hyperlight-jshyperlight-js is a rust library crate that enables JavaScript code to be run inside lightweight Virtual Machine backed…343Apache-2.0
hyperlight-js-commonShared constants and binary framing utilities for hyperlight-js.
This crate is `no_std`-compatible (with `alloc`) so it can be…1,016Apache-2.0
hyperlight-js-runtimehyperlight-js-runtime provides the JavaScript runtime for hyperlight-js, both as a library and binary.1,700Apache-2.0
hyperlight-libcThis crate provides picolibc for Hyperlight guests.
It builds the picolibc library and generates bindings to the libc types and…5,058Apache-2.0
hyperlight-nanvix-sandboxNanvix microkernel sandbox backend for hyperlight-sandbox.21Apache-2.0
hyperlight-sandboxHigh-level Rust host library for running sandbox guests across multiple backends.23Apache-2.0
hyperlight-unikraftEmbedded Hyperlight host for running Unikraft unikernels106MIT OR Apache-2.0
hyperlight-wasmLibrary that enables wasm modules and components to be run inside lightweight Virtual Machine backed Sandbox. It is built on top…4,235Apache-2.0
hyperlight-wasm-aotApplication to precompile WebAssembly binaries to for hyperlight-wasm.2,841Apache-2.0
hyperlight-wasm-macroProcedural macros to generate Hyperlight Wasm host and guest bindings from component types387Apache-2.0
hyperlight-wasm-runtimehyperlight-wasm-runtime is a rust binary crate that provides the WebAssembly runtime binary for hyperlight-wasm.347Apache-2.0
hyperlight-wasm-sandboxWasm component sandbox backend for hyperlight-sandbox (Python, JavaScript, etc.).22Apache-2.0
hyperlimitHyperreal-backed exact predicates with structural Real awareness.274MIT OR Apache-2.0
hyperlinkVery fast link checker for CI.48,072MIT
hyperlink-one-time-padCLI tool that doesn't require you to save huge files for one-time-pad encryptions by using hyperlinks.3,284non-standard
hyperlink_commsA 2-way synchronous communications library for aerospace & robotics15MIT
hyperliquidA Rust library for the Hyperliquid API15,066MIT
hyperliquid-backtestComprehensive Rust library for backtesting trading strategies with Hyperliquid data, funding rates, and perpetual futures…1,088MIT
hyperliquid-mcpMCP server for trading on Hyperliquid via AI agents46MIT
hyperliquid-rsA wrapper for the Hyperliquid API.296GPL-3.0
hyperliquid-sdk-rsHigh-performance Rust SDK for Hyperliquid Protocol522MIT
hyperliquid-trading-botCLI runner for Hyperliquid trading bots38MIT
hyperliquid_rustRust SDK for Hyperliquid1,139MIT
hyperliquid_rust_sdkRust SDK for Hyperliquid123,170MIT
hyperliquid_rust_sdk-abrknRust SDK for Hyperliquid4,234MIT
hyperliquid_rust_sdk_extendedRust SDK for Hyperliquid217MIT
hyperliquid_rust_sdk_forkFork of Rust SDK for Hyperliquid1,851MIT
hyperliquid_rust_sdk_toasterRust SDK for Hyperliquid - toaster fork411MIT
hyperliquid_sdkRust SDK for Hyperliquid1,689MIT
hyperlitA software documentation tool documentation embedded in source files503Apache-2.0
hyperlit-backendA software documentation tool documentation embedded in source files - backend crate1,419Apache-2.0
hyperlit-backend-mdbookA software documentation tool documentation embedded in source files - mdbook backend1,063Apache-2.0
hyperlit-baseA software documentation tool documentation embedded in source files - base crate2,072Apache-2.0
hyperlit-coreA software documentation tool documentation embedded in source files - core crate897Apache-2.0
hyperlit-databaseA software documentation tool documentation embedded in source files - database crate1,245Apache-2.0
hyperlit-extractorA software documentation tool documentation embedded in source files - extractor crate1,081Apache-2.0
hyperlit-modelA software documentation tool documentation embedded in source files - model crate1,911Apache-2.0
hyperlit-runnerA software documentation tool documentation embedded in source files - runner crate710Apache-2.0
hyperlit-runtimeA software documentation tool documentation embedded in source files - runtime crate891Apache-2.0
hyperliteLightweight HTTP framework built on hyper, tokio, and tower119MIT
hyperlocalHyper bindings for Unix domain sockets53,164,459MIT
hyperlocal-nextHyper bindings for Unix domain sockets2,738,667MIT
hyperlocal-v07Hyper bindings for Unix domain sockets1,432MIT
hyperlocal-with-windowsHyper bindings for Unix domain sockets6,215MIT
hyperlog_simdA SIMD optimized implementation of the HLL and HLL++ algorithms5,046MIT
hyperloglocklessHigh-performance HyperLogLog with bias correction and full concurrency support.21,772MIT OR Apache-2.0
hyperloglogHyperloglog implementation in Rust395,743ISC
hyperloglog-rsA Rust implementation of HyperLogLog trying to be parsimonious with memory.65,561MIT
hyperloglogplusHyperLogLog implementations.7,205,479MIT
hyperloglogplusplusFaithful implementation of hyperloglogplusplus, conforms to google's whitepaper and is compatible with bigquery1,625Unlicense
hypermachineHyperMachine — a high-performance hypervisor framework with first-class AI-agent support. Frontdoor crate that re-exports the hv2…18AGPL-3.0-only OR LicenseRef-Commercial
hypermachinesHostcall wrappers for working with Hypercores inside Hypermachines1,792MIT
hypermachines_sysLow-level hostcall wrappers for the Hypermachines runtime2,620MIT
hypermangle-coreThe core crate behind the hypermangle application25,434MIT OR Apache-2.0
hypermangle-pyPython bindings for hypermangle python scripts3,739MIT OR Apache-2.0
hypermashGenome/Metagenome sketching via HyperMinHash822MIT OR Apache-2.0
hypermediahypermedia utilities1,311CC0-1.0
hypermelonWrite SVG / HTML / XML programmatically62,531MIT
hypermid-sdkRust SDK for the Hypermid Partner API — swap, bridge & on-ramp across 90+ chains35MIT
hyperminhashFast, constant-memory cardinality approximation8,564MIT
hypermlAn automated ML system1,505non-standard
hypermodAutomatically build the module tree from the src/ dir.3,240MIT OR Apache-2.0
hypermudHyperMUD: Mystery. Multi-User Dungeon (multiplayer real-time virtual world).1,782ISC
hypermud-clientHyperMUD: Mystery. Multi-User Dungeon (multiplayer real-time virtual world). Client.2,859ISC
hypermud-commonHyperMUD: Mystery. Multi-User Dungeon (multiplayer real-time virtual world). Library.2,842ISC
hypermud-serverHyperMUD: Mystery. Multi-User Dungeon (multiplayer real-time virtual world). Server.2,816ISC
hypermuxThis crate is reserved.1,653MIT
hypernonsenseUsing Locality Sensitive hashing to find the nearest points to a query point in extremely high dimensional space.17,996MIT
hypernumsCrate for converting numbers to bytes, and bytes to numbers1,965MIT
hyperoperationHyperoperation (sometimes known as Knuth's notation) calculation library for Rust2,667GPL-3.0-or-later
hyperoperatorЭто мой пустой crate для демонстрации3,534MIT
hyperoptTree-of-Parzen-estimators hyperparameter optimization18,600non-standard
hyperosPlaceholder1,441WTFPL
hyperpackExact-aware packing carriers and feasibility replay for the Hyper ecosystem19Apache-2.0
hyperparameterA high performance configuration system for Rust.7,413Apache-2.0
hyperparseA HyperText Markup Language (HTML) parser written in Rust. (WIP)3,821MIT
hyperpathExact-aware path predicates and route constraints for the Hyper ecosystem19Apache-2.0
hyperphysicsHyperreal-backed physical simulation primitives19Apache-2.0
hyperpixela fast framebuffer in webgl using ThreeJS8,462MIT OR Apache-2.0
hyperplaneHyperplane — a parameter-model-driven testing and orchestration system built on top of paramodel. hyperplane-specific sub-crates…20Apache-2.0
hyperpolyglotA fast programming language detector39,011MIT OR Apache-2.0
hyperpolyglot_forkA fast programming language detector3,335MIT OR Apache-2.0
hyperpomAArch64 fuzzing library based on the Apple Silicon hypervisor3,913GPL-3.0-or-later
hyperprecf128, f256, f512 in Rust — software-emulated extended precision via double-double and multi-limb arithmetic for ill-conditioned…550MIT
hyperproxyA PROXYv2 wrapper for hyper and tonic.19,649MIT
hyperqitrust sdk for interacting with hyperliquid2,994MIT
hyperQLQuery language for hyperspatial graph databases with temporal and spatial semantics466Apache-2.0
hyperquantExperimental lattice quantization primitives with explicit receipts and conservative claim boundaries52MIT OR Apache-2.0
hyperratAn OSC 8 link widget for ratatui that doesn't break your UI4,785Unlicense OR MIT
hyperrealExact rational and computable real arithmetic in Rust635Apache-2.0
hyperrustRGB utility for HyperX Alloy Origins 60 keyboard10,856MIT
hypersA simple rust web framework based on hyper 1.071,102Apache-2.0
hypers_compressionA simple rust web framework based on hyper 1.05,240Apache-2.0
hypers_coreA simple rust web framework based on hyper 1.05,561Apache-2.0
hypers_macroMacros for hypers48,694Apache-2.0
hypers_middlewareMiddlewares support for hypers web framework1,486Apache-2.0
hypers_openapiCompile time generated OpenAPI documentation for hypers29,467Apache-2.0
hypers_openapi_macroMacros for hypers_openapi21,473Apache-2.0
hypers_sessionSession support for hypers web framework5,264Apache-2.0
hypersaveAdding a safe feature to hyperrogue1,532GPL-3.0-or-later
hyperscaleA hyperscale bundler8,371non-standard
hyperscanHyperscan bindings for Rust with Multiple Pattern and Streaming Scan451,269MIT OR Apache-2.0
hyperscan-asyncWrapper for the hyperscan C++ regex library.7,316BSD-3-Clause
hyperscan-async-sysBindings to the hyperscan library via spack.6,654BSD-3-Clause
hyperscan-rsHigh-performance regular expression matching library1,090MIT OR Apache-2.0
hyperscan-sysHyperscan bindings for Rust with Multiple Pattern and Streaming Scan447,375MIT OR Apache-2.0
hyperscan-tokioHigh-performance async regex scanning with VectorScan2,066Apache-2.0
hyperscan-tokio-sysLow-level FFI bindings to VectorScan (Hyperscan fork)2,291Apache-2.0
hyperscripthyperscript38MIT OR Apache-2.0
hypersdkRust SDK for Hyperliquid52,023MPL-2.0
hypersearchA simple hyperparameter search library2,799MIT OR Apache-2.0
hypersearch_codegenMacro library for hypersearch4,647MIT OR Apache-2.0
hypersendA placeholder for the Hypersend P2P file transfer tool.23AGPL-3.0-only
hypershellModular DSL for shellscripting in Rust1,185MIT
hypershell-componentsModular DSL for shellscripting in Rust2,272MIT
hypershell-hash-componentsModular DSL for shellscripting in Rust724MIT
hypershell-json-componentsModular DSL for shellscripting in Rust1,378MIT
hypershell-macroModular DSL for shellscripting in Rust1,384MIT
hypershell-reqwest-componentsModular DSL for shellscripting in Rust1,384MIT
hypershell-tokio-componentsModular DSL for shellscripting in Rust1,759MIT
hypershell-tungstenite-componentsModular DSL for shellscripting in Rust922MIT
hypershiftThis crate is reserved1,502non-standard
hypershuntHTTP server and reverse proxy40BSD-2-Clause
hypersolveHyperreal-backed nonlinear solving and constraint evaluation126Apache-2.0
hypersonicFormally-verifiable distributed software15,555Apache-2.0
hyperspace-protoProtobuf definitions and generated gRPC code for HyperspaceDB345MIT
hyperspace-rsA Rust library to interact with [Hyperspace](https://avax.hyperspace.xyz/) NFT marketplace on Avalanche2,781MIT
hyperspace-sdkOfficial Rust SDK for HyperspaceDB gRPC API242Apache-2.0
hyperspecFast hyperspectral processing for remote sensing and machine learning274Apache-2.0
hyperspeed-broadcastFTL media ingest server and WebSocket signaling server.14,927AGPL-3.0
hypersphereSimple 4D primitives for rotation and projection.2,692MIT OR Apache-2.0
hyperstackReal-time streaming data pipelines for Solana - transform on-chain events into typed state projections938non-standard
hyperstack-authAuthentication and authorization utilities for Hyperstack223non-standard
hyperstack-cliCLI tool for generating TypeScript SDKs from HyperStack stream specifications1,056non-standard
hyperstack-idlIDL parsing and type system for HyperStack676non-standard
hyperstack-interpreterAST transformation runtime and VM for HyperStack streaming pipelines1,888non-standard
hyperstack-macrosProc-macros for defining HyperStack streams2,038non-standard
hyperstack-sdkRust SDK client for connecting to HyperStack streaming servers1,534MIT
hyperstack-serverWebSocket server and projection handlers for HyperStack streaming pipelines1,254non-standard
hyperstack-stacksProtocol stacks for Hyperstack - ready-to-use Solana data streams727MIT
hyperstoneHyperstone1,811MIT/Apache-2.0
hyperstreamdbHyperStreamDB - Serverless Index-Streaming Database with Overlay Indexing and Vector Search430MIT AND Apache-2.0
hyperswarmRust implementation of hyperswarm, topic-based peer discovery on top of hyperdht18MIT
HyperSweeperA P2P Moderation Library2,388Apache-2.0
hyperswitch_maskingPersonally Identifiable Information protection through wrapper types and traits for secret management, ensuring they aren't…98,704Apache-2.0
hypersynMacro Syntax for Open Hypergraphs1,041MIT
hypersync-clientclient library for hypersync179,315MPL-2.0
hypersync-client-solanaRust client for Solana HyperSync1,218MPL-2.0
hypersync-formatevm format library147,350MPL-2.0
hypersync-net-typeshypersync types for transport over network142,884MPL-2.0
hypersync-schemaschema utilities for hypersync135,173MPL-2.0
hypersync-solana-net-typesNetwork types shared between Solana HyperSync clients and servers1,291MPL-2.0