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.
axedom-host-native-ingestNative host input ingest for Axedom.17MIT OR Apache-2.0
axedom-host-native-paintNative host rendering surface for Axedom.16MIT OR Apache-2.0
axedom-host-stateHost-side ECS resources for theme and input in Axedom.17MIT OR Apache-2.0
axedom-host-webBrowser host bindings and Canvas2D integration for Axedom.16MIT OR Apache-2.0
axedom-host-web-ingestWeb host input ingest and DOM bridge for Axedom.16MIT OR Apache-2.0
axedom-host-web-paintWeb host Canvas2D rendering for Axedom.17MIT OR Apache-2.0
axedom-input-defsInput protocol types and keyboard snapshots for Axedom.17MIT OR Apache-2.0
axedom-inspectorRuntime inspector and developer tools for Axedom.16MIT OR Apache-2.0
axedom-kernelKernel surface: lifecycle, frame clock, and execution context for Axedom.16MIT OR Apache-2.0
axedom-macrosProc-macros for Axedom ECS components and parallel systems.17MIT OR Apache-2.0
axedom-markdownMarkdown parsing for Axedom UI labels.16MIT OR Apache-2.0
axedom-mathMath utilities for Axedom layout and geometry.17MIT OR Apache-2.0
axedom-plugin-apiFirst-party plugin contracts for Axedom.17MIT OR Apache-2.0
axedom-render-defsRender protocol: draw commands and sync IR for Axedom.16MIT OR Apache-2.0
axedom-render-extractECS-to-render IR extraction for Axedom.16MIT OR Apache-2.0
axedom-runtimeRuntime orchestration: app lifecycle, plugins, and capability grants.16MIT OR Apache-2.0
axedom-scene-studioScene editing and preview studio for Axedom.16MIT OR Apache-2.0
axedom-schedulerStatic schedule DAG for Axedom runtime systems.17MIT OR Apache-2.0
axedom-telemetryStructured telemetry forwarding for Axedom hosts.18MIT OR Apache-2.0
axedom-themesTheme tokens and semantic palettes for Axedom UI.16MIT OR Apache-2.0
axedom-uiUI systems for Axedom: layout, canvas, and interaction.17MIT OR Apache-2.0
axedom-ui-defsUI protocol types and layout logic for Axedom.16MIT OR Apache-2.0
axedom-ui-render2dCanvas2D components and draw helpers for Axedom.16MIT OR Apache-2.0
axelThe Laravel of rust web frameworks & tooling1,688MIT
axene-mailerAsync Rust SDK for the Axene Mailer API (send email, manage domains, contacts, suppressions, templates, and webhooks).15MIT
axeonA modern and flexible backend server framework for Rust1,439MIT
axerFast and flexible project generator from templates with interactive TUI31MIT
axero_first_try_rustthis is a first try to use rust language, and publish to crates.io308MIT
axerrnoGeneric error code representation.155,557GPL-3.0-or-later OR Apache-2.0 OR MulanPSL-2.0
axessModular authentication and authorization for Axum. Typed session state machine,
multi-factor authentication (password, TOTP,…47MIT OR Apache-2.0
axess-cacheDST-friendly local hot-path cache primitives for the axess auth library.
All time-dependent decisions go through an injected…116MIT OR Apache-2.0
axess-clockInjectable Clock trait for deterministic simulation testing (DST). Foundational
primitive used by axess and adjacent crates:…156MIT OR Apache-2.0
axess-coreCore implementation for the axess library. Session state machine, multi-factor
authentication engine, Cedar Policy evaluation,…94MIT OR Apache-2.0
axess-eventsShared event vocabulary for the axess workspace and platform domains.
The Event<P> envelope carries cross-cutting metadata (id,…51MIT OR Apache-2.0
axess-factorsAuthentication factor implementations for axess: Argon2id passwords, TOTP (RFC 6238), HOTP (RFC 4226), FIDO2, LDAP, mTLS,…114MIT OR Apache-2.0
axess-identityIdentity primitives for the axess workspace: typed identifiers
(TenantId, UserId, DeviceId, SessionId, EventId; all…152MIT OR Apache-2.0
axess-macrosAuth guard macros for axess: require_authn!, require_partial_authn!, require_authz! for Axum handlers.73MIT OR Apache-2.0
axess-rngInjectable cryptographically-secure RNG trait for deterministic simulation
testing (DST). Production code depends on the…170MIT OR Apache-2.0
axess-stringsShort, hot-path string primitive for the axess workspace. ShortString is
optimized for the workload of short identifiers that are…73MIT OR Apache-2.0
axfatfsFAT filesystem library.49,433MIT
axfeatTop-level feature selection for ArceOS5,374GPL-3.0-or-later OR Apache-2.0 OR MulanPSL-2.0
axfetchumAuto-generate typed TypeScript API clients from Axum route metadata526MIT
axfive-imguiSimple imgui wrapper around imgui-sys (maybe later cimgui), used for working with imgui and windowing from Rust in a way that is…4,690MIT
axfive-libzipBindings for system libzip10,048MIT
axfive-libzip-sysBindgen bindings to system libzip9,268MIT
axfive-matrix-dicebotA simple async Matrix dicebot4,658MIT
axfsArceOS filesystem module7,722GPL-3.0-or-later OR Apache-2.0 OR MulanPSL-2.0
axfs-ngArceOS filesystem module1,322GPL-3.0-or-later OR Apache-2.0 OR MulanPSL-2.0
axfs-ng-vfsVirtual filesystem layer for ArceOS12,118Apache-2.0
axfs_devfsDevice filesystem used by ArceOS75,676GPL-3.0-or-later OR Apache-2.0 OR MulanPSL-2.0
axfs_ramfsRAM filesystem used by ArceOS73,965GPL-3.0-or-later OR Apache-2.0 OR MulanPSL-2.0
axfs_vfsVirtual filesystem interfaces used by ArceOS76,400GPL-3.0-or-later OR Apache-2.0 OR MulanPSL-2.0
axgeomLibrary that provides ability to extract 1d ranges out of 2d objects.112,561MIT
axhalArceOS hardware abstraction layer, provides unified APIs for platform-specific operations9,811GPL-3.0-or-later OR Apache-2.0 OR MulanPSL-2.0
axhashSimple Rust entrypoint for the AxHash engine.213MIT
axhash-corePlatform-agnostic AxHash core for Rust with no_std compatibility.990MIT
axhash-dashmapConcurrent DashMap and DashSet powered by dashmap (multi-shard RwLock) and fueled by axhash (AES-NI accelerated hashing).238MIT
axhash-ffiC-stable FFI wrapper and distribution crate for the AxHash engine.71MIT
axhash-indexmapIndexMap and IndexSet powered by indexmap (SwissTable) and the axhash engine.275MIT
axhash-mapHigh-performance HashMap and HashSet backed by hashbrown (SwissTable) and fueled by axhash.524MIT
axhvcAxVisor HyperCall definitions for guest-hypervisor communication1,531Apache-2.0
axiA fully-featured all-in-one calculator with advanced graphing and solving25MIT OR Apache-2.0
axi-dma-hdl-catAXI4-Lite bus bridge and DMA engine in hdl-cat with comp-cat-rs categorical composition19MIT OR Apache-2.0
axi-uart16550AXI UART16550 IP core driver1,145MIT OR Apache-2.0
axi-uartliteLogiCORE AXI UART Lite v2.0 driver1,373MIT OR Apache-2.0
axialAxial - All in One web framework for Rust1,803MIT
axial_macrosAxial-macros - crate for proc-macro for Axial1,073MIT
axiam-sdkOfficial Rust client SDK for AXIAM IAM145Apache-2.0
axiam-sdk-macrosProc-macro Actix-Web authorization attributes for the AXIAM Rust SDK (axiam-sdk)193Apache-2.0
axicor-bakerAxicor SNN engine — offline topology compiler. TOML brain DNA → binary .state/.axons memory dumps31MIT OR Apache-2.0
axicor-computeAxicor SNN engine — dual-backend (CUDA / AMD HIP) GPU compute kernels with CPU fallback117MIT OR Apache-2.0
axicor-coreAxicor SNN engine — C-ABI memory contracts, SoA layouts, and IPC primitives157MIT OR Apache-2.0
axicor-nodeAxicor SNN engine — BSP-lockstep orchestrator, UDP fast-path server, Night Phase daemon34MIT OR Apache-2.0
axilA terminal user interface for tree-sitter752CC0-1.0
axil-atlas-protoWire DTOs for the Atlas sync protocol — shared by the public axil-sync client and the (private) Atlas server so both agree on the…99PolyForm-Noncommercial-1.0.0
axil-bundleCentral registry of Axil's built-in Extensions — the single registration site for CLI, MCP, and the audit test.320PolyForm-Noncommercial-1.0.0
axil-cacheSemantic answer cache for Axil — reuse a derived answer when a similar question recurs, with code-aware invalidation159PolyForm-Noncommercial-1.0.0
axil-checkpointStructured session-checkpoint memory for Axil — picks up where the last session left off (Phase 18)331PolyForm-Noncommercial-1.0.0
axil-coreCore storage engine and Engine traits for Axil743PolyForm-Noncommercial-1.0.0
axil-docsDependency documentation memory for Axil (Phase 16)336PolyForm-Noncommercial-1.0.0
axil-ftsFull-text search plugin for Axil (tantivy)313PolyForm-Noncommercial-1.0.0
axil-graphGraph plugin for Axil (edges + traversal)367PolyForm-Noncommercial-1.0.0
axil-indexerProject indexer for Axil — token-efficient codebase understanding for agents325PolyForm-Noncommercial-1.0.0
axil-mcpMCP (Model Context Protocol) server for Axil — JSON-RPC over stdio289PolyForm-Noncommercial-1.0.0
axil-memoryStructured agent memory types for Axil — working, semantic, episodic, procedural, preference284PolyForm-Noncommercial-1.0.0
axil-qlAxilQL — minimal verb-first query language for Axil289PolyForm-Noncommercial-1.0.0
axil-rerankCross-encoder reranking stage for Axil recall pipeline (Phase 15 P0.3)38PolyForm-Noncommercial-1.0.0
axil-runtimeWASM runtime that loads sandboxed Extension components against the axil:plugin WIT world. Behind the wasm-host feature — zero…257PolyForm-Noncommercial-1.0.0
axil-scipSCIP (Sourcegraph Code Intelligence Protocol) ingest for Axil291PolyForm-Noncommercial-1.0.0
axil-syncClient seam for Atlas sync: selects the distillate from a local Axil and speaks the Atlas sync protocol. Fully standalone — Atlas…121PolyForm-Noncommercial-1.0.0
axil-timeseriesTime-series index plugin for Axil328PolyForm-Noncommercial-1.0.0
axil-vectorVector search plugin for Axil (HNSW + embeddings)315PolyForm-Noncommercial-1.0.0
axil-workspaceMulti-project workspace coordinator for Axil (Phase 14)328PolyForm-Noncommercial-1.0.0
axildbCLI binary for Axil — the primary agent interface240PolyForm-Noncommercial-1.0.0
aximateAximate core data structures and utilities7,797MIT
axinA Rust procedural macro library for function instrumentation36,018MIT
axinputInput device management for ArceOS5,131GPL-3.0-or-later OR Apache-2.0 OR MulanPSL-2.0
axio`std::io` for `no_std` environment82,843GPL-3.0-or-later OR Apache-2.0 OR MulanPSL-2.0
axiographA Rust program that visualizes the structure of complex axioms using GPT-4. Give it an axiom and a "depth", and it will generate…1,941MIT
axiomImplements a highly-scalable and ergonomic actor system for Rust based on the
best of Erlang / Elixir and Akka.15,897Apache-2.0
axiom-ai-agentsAgent framework with tools, memory, and execution planning306MIT
axiom-ai-coreCore abstractions and traits for Axiom785MIT
axiom-ai-llmVendor-agnostic LLM gateway and provider implementations627MIT
axiom-auditThe axiom.audit.v1 append-only, BLAKE3-chained audit trail for the Algol/AXIOM cohort: one canonical AuditRow + ReceiptLink…361MIT OR Apache-2.0
axiom-canonicalThe single canonicalization contract for the Algol/AXIOM cohort: RFC 8785 (JCS) via serde_json_canonicalizer 0.3, with a…377MIT OR Apache-2.0
axiom-circuitLower-level API for writing Axiom compute circuits5,571MIT
axiom-cliTruthLinked command-line interface for accounts, cells, validators, governance, MCP, and SDK workflows.299MIT
axiom-codecThis crate contains Rust types for Axiom queries and specifies how to encode/decode them to field elements for in-circuit use.5,331MIT
axiom-consensusBFT consensus engine for the Axiom Protocol70Apache-2.0
axiom-coreThis contains the ZK circuits that generate proofs for the `AxiomV2Core` smart contract. These circuits read the RLP encoded…2,995MIT
axiom-cryptoCryptographic primitives for the Axiom Protocol75Apache-2.0
axiom-ethThis crate is the main library for building ZK circuits that prove data about the Ethereum virtual machine (EVM).8,761MIT
axiom-exitPattern-11 exit-code state machine for the Algol/AXIOM cohort: a closed taxonomy (0=ok, 1=assertion-failed, 2=usage, 3=preflight,…397MIT OR Apache-2.0
axiom-hashContent addressing for the Algol/AXIOM cohort: BLAKE3-default ContentAddress newtype with a type-walled, feature-gated SHA-256…377MIT OR Apache-2.0
axiom-networkP2P networking layer for the Axiom Protocol69Apache-2.0
axiom-protocol-coreCore types, traits, and error definitions for the Axiom Protocol73Apache-2.0
axiom-queryThis contains the ZK circuits that generate proofs for the `AxiomV2Query` smart contract.7,661MIT
axiom-receiptEd25519 receipt-signing mechanism for the Algol/AXIOM cohort: hash-agnostic SignTarget (JCS or raw bytes) + Signer/Verifier…271MIT OR Apache-2.0
axiom-rsA Rust SDK for Axiom1,816,855MIT OR Apache-2.0
axiom-sdkUser-friendly API for writing Axiom compute circuits5,211MIT
axiom-sdk-deriveProcedural macros for writing Axiom compute functions with axiom-sdk5,545MIT
axiom-spinlockA lightweight, no_std-compatible spinlock and exponential backoff implementation for low-level concurrent systems.131MIT
axiom-stateMerkle state trie and ledger for the Axiom Protocol68Apache-2.0
axiom-truthAxiom — the truth layer: JTBD decoding, truth packages, validation, verifier reports, and calibration172MIT
axiom_engineAxiom-TTT Inference Engine – Rust implementation using candle249MIT
axiom_memA stable and high-performance low-level memory management library for Rust, providing fixed-capacity pools and deterministic…186MIT
axiomaCompile-time declarative macros for static JSON-to-Matrix topology projection.57MIT OR Apache-2.0
axiomabufA 1-pass, zero-allocation static macro-router for Protocol Buffers.19MIT OR Apache-2.0
axiomme-cliCommand-line interface for AxiomMe data runtime.21Apache-2.0
axiomme-coreCore data-processing engine for AxiomMe local retrieval runtime.160Apache-2.0
axiomme-mobile-ffiMobile FFI boundary for AxiomMe core runtime.21Apache-2.0
axiomsyncLocal retrieval runtime and CLI for AxiomSync.240Apache-2.0
axiomsync-cliCommand-line interface for AxiomSync data runtime.53Apache-2.0
axiomsync-mobile-ffiMobile FFI boundary for AxiomSync core runtime.38Apache-2.0
axiomtrade-rsHigh-performance Rust SDK for Axiom Trade - the fastest decentralized exchange aggregator on Solana and Hyperliquid527MIT
axionAutomatic API generator that creates a REST API mirror of a database in Rust1,908MIT
axion-dataA high-performance data processing library written in Rust, providing DataFrame and Series functionality similar to pandas1,024MIT
axion-dbDatabase functionality for the axion framework2,119MIT
axiosA simple HTTP client for Rust1,278MIT
axipiArceOS IPI management module559GPL-3.0-or-later OR Apache-2.0 OR MulanPSL-2.0
axisGUI framework1,800Zlib
axis-coreAXIS-CORE SDK for programmatic web accessibility checking (Rust)67GPL-3.0-or-later
axis-ticksGenerates an array of nicely rounded values between two numbers for which are ideal for positioning axis labels and grid-lines3,337MIT
axis2dGeneric 2D geometric primitives like vectors, rectangles, axes, directions, and edges.604MIT
axis_labels_rsOptimally readable axis labels for terminal plots.3,737MIT
axka-rcuA reference-counted read-copy-update (RCU) primitive used for protecting shared data1,494MIT OR Apache-2.0
axklibSmall kernel-helper abstractions used across the microkernel12,291Apache-2.0
axlStack-aware developer workflow CLI58MIT
axl_ariaARIA role and accessible-name helpers for axl.99MIT
axl_cliCommand-line interface for axl accessibility linting.21MIT
axl_configConfiguration loading for axl accessibility linting.60MIT
axl_contrastWCAG contrast utilities and color analysis scaffolding for axl.98MIT
axl_coreCore diagnostics and rule interfaces for axl accessibility linting.245MIT
axl_parserJSX/TSX target discovery and parsing pipeline for axl.61MIT
axl_patternsUI accessibility pattern detectors for axl.98MIT
axl_rulesAccessibility rule implementations and registry for axl.61MIT
axleA graphics library influenced by Processing3,680MIT
axle_ecsAxle's entity component system3,533Apache-2.0
axleharpFile location storer, designed to be used from within text editors.7,356MIT
axlibcArceOS user program library for C apps139GPL-3.0-or-later OR Apache-2.0 OR MulanPSL-2.0
axllmGenerated Ax runtime library697Apache-2.0
axlogMacros for multi-level formatted logging used by ArceOS8,802GPL-3.0-or-later OR Apache-2.0 OR MulanPSL-2.0
axloggerA lightweight, configurable request logging middleware for Axum.15MIT OR Apache-2.0
axmacReadable indexing macros for 1-4 dimensional data structures3,021MIT OR Apache-2.0
axmldecoderDecode Android's binary XML format25,259MIT OR Apache-2.0
axmmArceOS virtual memory management module8,495GPL-3.0-or-later OR Apache-2.0 OR MulanPSL-2.0
axnetArceOS network module5,713GPL-3.0-or-later OR Apache-2.0 OR MulanPSL-2.0
axnet-ngArceOS network module1,184GPL-3.0-or-later OR Apache-2.0 OR MulanPSL-2.0
axnsproxyNamespace proxy for Starry OS738Apache-2.0
axo>o_o<1,800MIT
axo-bridgeLua↔Rust bridge for Axo Framework: serializes Lua UI trees to Rust nodes, registers device APIs and event callbacks128MIT
axo-cliCLI tool for Axo Framework: init, dev (hot-reload), build, and release commands73MIT
axo-coreCore engine for Axo Framework: wgpu rendering, Taffy layout, text (ab_glyph), window management, permissions, device APIs150MIT
axo-platformsPlatform backends for Axo Framework: desktop (winit), Android (JNI), iOS (UIKit), Web (WASM)104MIT
axoasset>o_o<828,191MIT OR Apache-2.0
axoclicommon code for setting up a CLI App and handling errors/printing.116,522MIT OR Apache-2.0
axocoatlAxocoatl — The agentic AI framework. Name reservation.18Apache-2.0
axocoatl-a2aAgent-to-Agent (A2A) protocol implementation for Axocoatl159Apache-2.0
axocoatl-actorActor-based agent runtime for Axocoatl, built on ractor339Apache-2.0
axocoatl-cliCommand-line interface for the Axocoatl agentic AI framework108Apache-2.0
axocoatl-configYAML/TOML configuration parser with validation for Axocoatl358Apache-2.0
axocoatl-coordinationAdaptive stigmergic task lattice coordination for Axocoatl multi-agent systems335Apache-2.0
axocoatl-coreCore types, traits, and errors for the Axocoatl agentic AI framework948Apache-2.0
axocoatl-daemonPersistent agent daemon runtime for Axocoatl — bootstraps and orchestrates all subsystems236Apache-2.0
axocoatl-graphWorkflow graph model for Axocoatl agent orchestration200Apache-2.0
axocoatl-isolationTiered isolation layer for Axocoatl tool execution (Wasmtime + youki OCI + Firecracker)257Apache-2.0
axocoatl-llmLLM provider abstraction layer for Axocoatl — core traits, types, and registry672Apache-2.0
axocoatl-llm-anthropicAnthropic Claude provider for Axocoatl LLM abstraction297Apache-2.0
axocoatl-llm-geminiGoogle Gemini provider for Axocoatl187Apache-2.0
axocoatl-llm-mistralMistral AI provider for Axocoatl (OpenAI-compatible API)186Apache-2.0
axocoatl-llm-ollamaOllama/LM Studio provider for Axocoatl (OpenAI-compatible API)300Apache-2.0
axocoatl-llm-openaiOpenAI provider implementation for Axocoatl LLM abstraction297Apache-2.0
axocoatl-mcpMCP (Model Context Protocol) client and server integration for Axocoatl435Apache-2.0
axocoatl-memory4-tier memory system and agent state checkpointing for Axocoatl391Apache-2.0
axocoatl-serverAxum HTTP/WebSocket API server for Axocoatl170Apache-2.0
axocoatl-serviceOS background-service management (systemd / launchd) for the Axocoatl daemon122Apache-2.0
axocoatl-sessionDirectory-scoped working sessions for Axocoatl — pick a directory, agents build in it186Apache-2.0
axocoatl-tokenToken counting, budget enforcement, and format-adaptive serialization for Axocoatl565Apache-2.0
axocoatl-toolsBuilt-in tool library and unified tool executor for Axocoatl383Apache-2.0
axodotdev>o_o<1,611MIT