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.
vil_mq_natsVIL NATS Adapter — Core pub/sub, JetStream, KV Store, Tri-Lane bridge205MIT OR Apache-2.0
vil_mq_pubsubVIL Google Cloud Pub/Sub Adapter — publish and subscribe with semantic log integration218MIT OR Apache-2.0
vil_mq_pulsarVIL Apache Pulsar Adapter — producer/consumer with Tri-Lane bridge221MIT OR Apache-2.0
vil_mq_rabbitmqVIL RabbitMQ Adapter — AMQP publish/consume with Tri-Lane bridge243MIT OR Apache-2.0
vil_mq_sqsVIL AWS SQS/SNS Adapter — send, receive, delete, SNS publish248MIT OR Apache-2.0
vil_multi_agentVIL Multi-Agent System — compile agent graphs to state machines with typed inter-agent channels117MIT OR Apache-2.0
vil_multimodalN05 — Multimodal Fusion: cross-modality embedding fusion and search179MIT OR Apache-2.0
vil_netVIL cluster networking substrate — RDMA/DPDK simulation and kernel-bypass abstractions3,625MIT OR Apache-2.0
vil_new_httpThin HTTP adapter for VIL using core reactive session primitives (VL-RFC-0003)3,237MIT OR Apache-2.0
vil_obsVIL built-in observability — trace spans, counters, latency histograms, lineage3,641MIT OR Apache-2.0
vil_observerVIL Observer Dashboard — embedded web UI for service monitoring3,492MIT OR Apache-2.0
vil_opcuaVIL OPC-UA Client — industrial OPC-UA protocol with semantic logging and Tri-Lane bridge244MIT OR Apache-2.0
vil_operatorVIL Kubernetes Operator — CRD-based deployment of vil-server116MIT OR Apache-2.0
vil_ormVIL ORM — Process-oriented zero-copy ORM built on sqlx364MIT OR Apache-2.0
vil_orm_deriveVIL ORM derive macros — #[derive(VilEntity)] for process-oriented zero-copy ORM402MIT OR Apache-2.0
vil_otelVIL OpenTelemetry Export — bridge vil_obs metrics and vil_log to OTLP186MIT OR Apache-2.0
vil_output_parserN10 — LLM Output Parser: extract JSON, regex, markdown from LLM output290MIT OR Apache-2.0
vil_parse_csvVIL Expression function — CSV parsing to JSON130MIT OR Apache-2.0
vil_parse_xmlVIL Expression function — XML parsing to JSON131MIT OR Apache-2.0
vil_phoneVIL Expression function — phone number validation and formatting131MIT OR Apache-2.0
vil_plugin_sdkVIL Plugin SDK — Stable interface for building community VIL plugins118MIT OR Apache-2.0
vil_private_ragN08 — Privacy-Preserving RAG: PII redaction, anonymization, audit logging135MIT OR Apache-2.0
vil_prompt_optimizerN12 — Auto-Prompt Optimizer: candidate evaluation, variation generation135MIT OR Apache-2.0
vil_prompt_shieldVIL Prompt Shield — real-time prompt injection detection (<100µs)319MIT OR Apache-2.0
vil_promptsVIL Prompt Template Engine — compile-time validated templates with fluent builder API291MIT OR Apache-2.0
vil_quantizedD13 - Model Quantization Runtime for VIL183MIT OR Apache-2.0
vil_queueVIL descriptor queue — transport descriptor, bukan payload3,635MIT OR Apache-2.0
vil_ragVIL RAG Plugin — Retrieval-Augmented Generation pipeline (chunk, embed, store, retrieve, generate)272MIT OR Apache-2.0
vil_realtime_ragVIL Real-Time RAG — sub-millisecond retrieval for latency-critical applications140MIT OR Apache-2.0
vil_regexVIL Expression function — regex match, extract, replace133MIT OR Apache-2.0
vil_registryVIL ownership registry — sample tracking, epoch management, crash reclaim3,637MIT OR Apache-2.0
vil_rerankerVIL Reranker Engine — keyword, cross-encoder, and Reciprocal Rank Fusion reranking for RAG retrieval155MIT OR Apache-2.0
vil_reshapeVIL Expression function — JSON reshape/transform130MIT OR Apache-2.0
vil_rlhf_dataN03 — RLHF/DPO Pipeline: preference pairs, dataset management, training format export135MIT OR Apache-2.0
vil_rtVIL runtime facade — loan/publish/recv lifecycle, process registration, metrics3,609MIT OR Apache-2.0
vil_rulesVIL Business Rule Engine — YAML if/then rules and decision tables137MIT OR Apache-2.0
vil_sdkVIL Official SDK - Public Facade for 3rd Party Developers3,085MIT OR Apache-2.0
vil_semantic_routerVIL Semantic Router — route queries to specialized models/pipelines based on intent154MIT OR Apache-2.0
vil_serverVIL Server — Process-oriented modular server for Rust. Zero-copy SHM, Tri-Lane protocol, built on Axum. Umbrella crate…3,191MIT OR Apache-2.0
vil_server_authVIL Server Auth — JWT validation, rate limiting, security middleware2,947MIT OR Apache-2.0
vil_server_configVIL Server Configuration — Multi-source config with profiles2,922MIT OR Apache-2.0
vil_server_coreVIL Server Core — Axum-based HTTP engine with zero-copy SHM bridge3,701MIT OR Apache-2.0
vil_server_dbVIL Server DB — Database connection pooling and transaction support3,176MIT OR Apache-2.0
vil_server_formatVIL Server Format — Multi-format response (JSON + Protobuf) with content negotiation160MIT OR Apache-2.0
vil_server_macrosVIL server handler proc-macros3,008MIT OR Apache-2.0
vil_server_meshVIL Server Mesh — Tri-Lane SHM service mesh with TCP fallback2,914MIT OR Apache-2.0
vil_server_testVIL Server Test — Integration test harness and benchmark suite189MIT OR Apache-2.0
vil_server_webVIL Server Web — Handler utilities, validation, error handling, OpenAPI2,912MIT OR Apache-2.0
vil_shmVIL shared exchange heap — sample store and region management3,661MIT OR Apache-2.0
vil_sidecarVIL Sidecar Protocol — SHM IPC for external process integration3,450MIT OR Apache-2.0
vil_soapVIL SOAP/WSDL Client — RPC-style SOAP over HTTP with semantic logging and Tri-Lane bridge241MIT OR Apache-2.0
vil_speculativeVIL Speculative Decoding Proxy — draft+verify for 2-3x faster LLM generation157MIT OR Apache-2.0
vil_sql_agentVIL SQL Query Generator — text-to-SQL patterns, schema registry, injection prevention (I05)114MIT OR Apache-2.0
vil_statsVIL Expression function — statistical aggregation (mean, median, percentile)130MIT OR Apache-2.0
vil_storage_azureVIL Storage Plugin — Azure Blob Storage249MIT OR Apache-2.0
vil_storage_gcsVIL Storage Plugin — Google Cloud Storage241MIT OR Apache-2.0
vil_storage_s3VIL Storage Plugin — S3-compatible object storage (MinIO, AWS S3, R2, Spaces)296MIT OR Apache-2.0
vil_streaming_ragVIL Streaming RAG (D17) — chunk, embed, and index documents as they stream in real-time137MIT OR Apache-2.0
vil_syntheticN02 — Synthetic Data Generator: template-based generation with quality checking139MIT OR Apache-2.0
vil_templateVIL Expression function — string template rendering128MIT OR Apache-2.0
vil_tensor_shmZero-copy tensor serving via SHM-mapped buffers — eliminates serialization between inference stages178MIT OR Apache-2.0
vil_tokenizerVIL Tokenizer Engine — native Rust BPE tokenization for LLM token counting and text splitting404MIT OR Apache-2.0
vil_topoVIL Topology — pipeline DAG analysis and visualization helpers201MIT OR Apache-2.0
vil_trigger_cdcVIL Phase 3 — Database Change Data Capture trigger via PostgreSQL logical replication244MIT OR Apache-2.0
vil_trigger_coreVIL Phase 3 — Shared trigger infrastructure: TriggerSource trait, TriggerEvent, TriggerConfig, TriggerProcess828MIT OR Apache-2.0
vil_trigger_cronVIL Phase 3 — Cron / scheduled interval trigger source253MIT OR Apache-2.0
vil_trigger_db_pollVIL trigger — DB table polling (last-id pattern)90MIT OR Apache-2.0
vil_trigger_emailVIL Phase 3 — IMAP IDLE email trigger with mq_log emit on every new message242MIT OR Apache-2.0
vil_trigger_evmVIL Phase 3 — Blockchain EVM log event trigger via Ethereum JSON-RPC243MIT OR Apache-2.0
vil_trigger_fsVIL Phase 3 — Filesystem / directory watcher trigger source244MIT OR Apache-2.0
vil_trigger_grpcVIL trigger — gRPC server-streaming93MIT OR Apache-2.0
vil_trigger_iotVIL Phase 3 — IoT device event trigger via MQTT subscription (rumqttc)245MIT OR Apache-2.0
vil_trigger_kafkaVIL trigger — Kafka consumer group94MIT OR Apache-2.0
vil_trigger_s3VIL trigger — S3 bucket polling94MIT OR Apache-2.0
vil_trigger_sftpVIL trigger — SFTP directory polling90MIT OR Apache-2.0
vil_trigger_webhookVIL Phase 3 — HTTP webhook receiver trigger with HMAC signature verification243MIT OR Apache-2.0
vil_typesVIL foundation types: marker traits, identity types, enums, specs, and wrapper types3,871MIT OR Apache-2.0
vil_validateVIL validation passes (stub — masa depan: layout/ownership/boundary legality)3,129MIT OR Apache-2.0
vil_validate_deriveVIL request validation derive macro — #[derive(VilValidate)]71MIT OR Apache-2.0
vil_validate_schemaVIL Expression function — JSON Schema validation126MIT OR Apache-2.0
vil_vectordbVIL VectorDB — native HNSW vector index for single-binary RAG166MIT OR Apache-2.0
vil_visionVIL Image Understanding — infrastructure and traits for image analysis and embedding (I04)158MIT OR Apache-2.0
vil_vizVIL workflow visualization engine — graph rendering in 6 formats272MIT OR Apache-2.0
vil_vwfdVIL VWFD Runtime — compile + execute VWFD workflows on vil_server76MIT OR Apache-2.0
vil_vwfd_macrosVIL VWFD Macro — declarative workflow definition in Rust27MIT OR Apache-2.0
vil_webhook_outVIL Expression function — outbound webhook HTTP POST133MIT OR Apache-2.0
vil_workflow_v2I07 — AI Workflow Scheduler: DAG-based parallel task execution119MIT OR Apache-2.0
vil_wsVIL WebSocket Server — dedicated WS server with room management, semantic logging and Tri-Lane bridge1,133MIT OR Apache-2.0
vilaToolkit for creating strongly-typed REST API clients9,842MIT
villa01-data-structuresPersonal crate of me trying to implement data structures and algorithms in Rust.1,030MIT OR Apache-2.0
villageVillage1,514MIT
villagesqlSafe Rust SDK for building VillageSQL extension functions (VDFs)44GPL-2.0-only
villagesql-sysRaw FFI bindings for the VillageSQL extension ABI64GPL-2.0-only
villainA webframework that utilizes Vue templates to generate HTML. Aimed to replace the need for JavaScript in web development.1,495MIT OR Apache-2.0
villaleobos_auth_serviceA sample auth service from Bodan's Rust Developer Bootcamp1,234MIT
villey_utils_libvilley's tools library1,514MIT
vim-core-rsRust host integration layer for one embedded Vim runtime120non-standard
vim-foldtreeFold ASCII tree graphs in Vim1,535BSD-3-Clause
vim-lineA line-oriented vim motions library for TUI applications3,209MIT
vim-navigatorVim-style modal editing and navigation patterns for Ratatui TUIs344MIT OR Apache-2.0
vim-plugin-metadataParse and analyze your vim plugins, from Rust!3,266MIT
vim-profilerA vim profiling tool5,763CC0-1.0
vim_editA simple set of Rust functions to create or edit strings or files in vim from the CLI6,234MIT
vim_macrosRust Binding MAcros for the VMware by Broadcom vCenter VI JSON API4,036Apache-2.0
vim_rsRust Bindings for the VMware by Broadcom vCenter VI JSON API5,062Apache-2.0
vim_terminalA terminal file explorer with vim bindings written in rust1,157Apache-2.0
vimageSimple, dependency-free CLI to open images in the default browser. The images are updated at a given interval, so that the user…117MIT
vimanamOpenAPI/Swagger to Markdown documentation generator with grouping, filtering, and detail levels for docs and LLM context124Apache-2.0
vimba-sysRust wrapper of the Vimba library for Allied Vision cameras11,825MIT OR Apache-2.0
vimboTerminal Vim cheatsheet and searchable helper built with ratatui.27MIT
vimcatsLuaCATS parser and vimdoc transformer6,834GPL-2.0+
vimcordA Terminal UI Discord Client in Rust304MIT
vimdecryptA rust library and command line tool to read encrypted Vim files.7,560MIT
vimdirEdit Directories in Your $EDITOR3,829GPL-2.0-only
vimdoc-language-serverLanguage server for vim help files216MIT
vimeoVimeo API Wrapper1,613MIT
vimeo-rsvimeo contents for Rust10,957MIT
vimgCLI for video images. Generates animated video contact sheets fast.5,632MIT
vimgramA blazing fast, Vim-native Telegram client for the terminal. Built with Rust, Ratatui, and Grammers.314MIT
vimlrsFaithful Rust port of the Vimscript (VimL) interpreter, from the Neovim C eval engine63MIT
vimltuiA self-contained, embeddable Vim editor for Ratatui TUI applications540MIT
vimpvim based music player (vimp) in the terminal.3,607MIT
vimpdmpd music player client with vim keybindings.787GPL-3.0-only
vimputtiLinux input system pretender for isolated containers1,283MIT
vimspellNative Rust library for spellchecking based on vimspell database and algorthim.50MIT
vimtermA vim-mode terminal where command+output blocks are navigable units60Unlicense
vimvA command line utility for batch-renaming files using a text editor.46,5410BSD
vimvarLibrary that provides ability to read neovim/vim variables8,129MIT OR Apache-2.0
vimwikiLibrary that provides support to parse, generate, and manipulate vimwiki language.18,654MIT OR Apache-2.0
vimwiki-cliComand-line interface for vimwiki operations1,610MIT OR Apache-2.0
vimwiki-coreCore library elements for vimwiki data structures, parsing, and more12,808MIT OR Apache-2.0
vimwiki-serverDaemon that supports parsing and modifying vimwiki files.8,175MIT OR Apache-2.0
vimwiki-wasmWasm binding for vimwiki library1,629MIT OR Apache-2.0
vimwiki_macrosMacro library that provides macros to generate vimwiki language at compile time.9,646MIT OR Apache-2.0
vinAn ergonomic actor framework44,484non-standard
vin-coreCore types and traits for vin20,806non-standard
vin-decodeAuto-updating VIN decoder backed by NHTSA vPIC, refreshed monthly via CI2530BSD
vin-infoVIN (Vehicle identifier number) parser17,340BSL-1.0
vin-macrosProcedural macros that power vin32,063non-standard
vin_parserVehicle Identification Number (VIN) parser and validator.8,105MIT
vinceAn audio-video synthesizer1,855MIT
vincent_blurMy own implementaion of guassian blur using threads4,160MIT OR Apache-2.0
vincent_minigrepProject from the rust book.25MIT
vincenty-coreCalculate distances between two coordinates using vincenty formulae10,278Apache-2.0
vincenty-rsExpose API for calculating distance using vincenty formulae8,567MIT OR Apache-2.0
vincenzoA BitTorrent protocol library that powers the Vincenzo client.2,808MIT
vinciArc parser library1,590MIT
vinculumImplementation of Lock-Free Deduplication in Rust783LGPL-2.1-only
vindicatorSearch list manipulation framework for multi-source information retrieval1,811MIT/Apache-2.0
vineVine is rust framework inspired by Spring Boot15,413Apache-2.0
vine-axumvine-axum is module which helps with integration of axum to vine framework10,292Apache-2.0
vine-axum-macrosvine-axum-macros contains macros for simpler integration with axum framework7,535Apache-2.0
vine-coreVine Core implement core concepts of vine framework.16,087Apache-2.0
vine-macrosVine Macros contains macros11,260Apache-2.0
vineetb-helloJust for my testing745MIT OR Apache-2.0
vinegarA collection of functions and macros to help testing Rust code2,066Apache-2.0
vinequeueHigh-performance async queue library with disk persistence28MIT
vinesNES emulator library1,615non-standard
vineyardVineyard Rust SDK: core library10,616Apache-2.0
vineyard-datafusionVineyard Rust SDK: arrow datafusion integration for DataFrame2,649Apache-2.0
vineyard-polarsVineyard Rust SDK: polars integration for DataFrame7,283Apache-2.0
vinezombieA modular IRCv3 framework5,209EUPL-1.2
vingeAuto research harness: a CLI that drives controller and experimenter agents through batches of experiments.35MIT OR Apache-2.0
vinge-cliLibrary form of the vinge CLI: argument parser, subcommand dispatch, and embeddable entrypoint.47MIT OR Apache-2.0
vinge-coreCore domain types and filesystem layout for the vinge auto research harness.90MIT OR Apache-2.0
vingrepGrep in Rust1,656MIT
vingt-et-unA blackjack engine2,640MIT
vingtunPlaceholder for a fork of blackjack the unmaintained procedural editor.1,579MPL-2.0
vinitZero-cost, type-safe Vulkan initialization with compile-time guarantees94non-standard
vinlanda library for physics-based terrain generation and manipulation1,286LGPL-3.0-or-later
vinoA visual novel engine in the future.656MIT OR Apache-2.0
vino-audioaudio process for vino.339MIT OR Apache-2.0
vino-codecJSON, Messagepack, & Raw serde value encoding/decoding library11,294BSD-3-Clause
vino-entityEntities found in a Vino network6,592BSD-3-Clause
vino-graphicsgraphics rendering for vino.344MIT OR Apache-2.0
vino-macrosMacros use by vino tools7,231BSD-3-Clause
vino-mediamedia process for vino.340MIT OR Apache-2.0
vino-packetRust library encapsulating the message packets sent across Vino components.6,741BSD-3-Clause
vino-providerSDK for native and WASM Vino components5,140BSD-3-Clause
vino-scriptvisual novel script for vino.339MIT OR Apache-2.0
vino-transportTransport layer for Vino packets5,946BSD-3-Clause
vino-typesTypes used by the Vino tool chain5,915BSD-3-Clause
vino-uiui for vino.346MIT OR Apache-2.0
vino-videovideo process for vino.346MIT OR Apache-2.0
vino-wapcWaPC-related functions for Vino3,426BSD-3-Clause
vino-windowwindow and input process for vino.343MIT OR Apache-2.0
vinofyiWine encyclopedia with grapes, regions, and food pairings — async API client for vinofyi.com.54MIT
vinoliteSQLite database space usage viewer1,233GPL-3.0
vintvint.rs: simple and efficient variable-length integer encoding1,326Apache-2.0
vint32fast vint u32 encoding13,914MIT
vint64Simple and efficient variable-length integer encoding compatible with some
variants of VLQ (Variable-Length Quantity)218,582Apache-2.0
vintageA multi-threaded FastCGI server7,015MIT
vintage_story_mod_apiRust library for interacting with Vintage Story Web Mod API753MIT
vinted-loggerplaceholder description1,603MIT OR Apache-2.0
vinted-rsAn async Vinted API wrapper27,913MIT
vinted_event_trackerplaceholder description1,593MIT OR Apache-2.0
vinxen-cliVinxen CLI - Template management tool for monorepo projects44MIT
vinxen-coreCore utilities for Vinxen CLI243MIT
vinxen-gitGit operations for Vinxen CLI148MIT
vinyanaA neural network library written in Rust6,833MIT OR Apache-2.0