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.
viser-ladderBitrate ladder selection with crossover enforcement for viser832BSD-2-Clause
viser-metricsMetric-vs-metric correlation and divergence analysis for viser287BSD-2-Clause
viser-persegmentSegment-level CRF adaptation with closed-loop VMAF verification for viser542BSD-2-Clause
viser-pershotPer-shot encoding with Trellis bit allocation for viser537BSD-2-Clause
viser-pertitlePer-title encoding pipeline with convex hull analysis for viser702BSD-2-Clause
viser-predictFeature-based ladder prediction for viser (no trial encodes)49BSD-2-Clause
viser-qualityVMAF/PSNR/SSIM quality measurement for viser867BSD-2-Clause
viser-shotShot/scene detection for viser using FFmpeg scdet611BSD-2-Clause
viser-wasmWASM bindings for viser no-reference quality metrics34BSD-2-Clause
visgraphVisualize Graphs as Images with one Function Call.258MIT OR Apache-2.0
vishA featureful POSIX-compliant shell that will leave you impressed.2,284ISC
vishaloVishalo - AI-powered visual creation platform25MIT
visibilityAttribute to override the visibility of items (useful in conjunction with cfg_attr)15,935,282Zlib OR MIT OR Apache-2.0
visibleAttributes to override the visibility of items.750,381MIT OR Apache-2.0
visible_area_detectionSlightly opinionated visible area detection for roguelikes14,672MIT
visijaVisija is a binary program analysis framework.1,767MIT
visimA package that handles rendering for visualization and simulation1,492non-standard
visinlinevisinline test2,295MIT
visionComputer vision benchmarking datasets3,906MIT
vision-calibrationHigh-level entry crate for the vision-calibration toolbox479MIT
vision-calibration-coreCore math types, camera models, and RANSAC primitives for vision-calibration995MIT
vision-calibration-datasetCanonical input-data manifest (DatasetSpec) for calibration-rs157MIT
vision-calibration-detectCalibration-target feature detectors (chessboard, charuco, puzzleboard, ringgrid) with content-addressed cache163MIT
vision-calibration-linearClosed-form and linear initialization solvers for calibration-rs797MIT
vision-calibration-optimNon-linear optimization problems and solvers for calibration-rs711MIT
vision-calibration-pipelineEnd-to-end calibration workflows and session APIs for calibration-rs600MIT
vision-geometryShared geometric solvers: epipolar geometry, homography, triangulation, camera matrix143MIT
vision-graphqlHasura-style GraphQL-to-SQL query engine for PostgreSQL — one SQL per request via json_agg.238MIT OR Apache-2.0
vision-graphql-cliCLI to generate and validate vision-graphql schema overlays.114MIT OR Apache-2.0
vision-mvgMultiple-view geometry: epipolar geometry, triangulation, homography, robust estimation69MIT
vision-rsA high-performance computer vision SDK for Rust.27GPL-3.0-only
vision-squeezerLLM-native image optimization middleware & MCP server. Reduces vision model token consumption by snapping to tile boundaries.379Elastic-2.0
vision-uiIdiomatic Rust crate for Vision UI54GPL-3.0-only
vision_coreCore vision interfaces and capture/overlay helpers for the CortenForge stack.30Apache-2.0
vision_runtimeBevy plugins for capture and inference runtime built on vision_core for the CortenForge stack.18Apache-2.0
visionaryA cross-platform reactive framework for developing interactive visual applications, interfaces, and/or experiences in Rust.1,900MIT
visioncortexSemantic Computer Vision136,309MIT OR Apache-2.0
visionkit-rsSafe Rust bindings for VisionKit.framework — image analysis, Live Text, and availability-aware area coverage on macOS143MIT OR Apache-2.0
visionmagicCollection of vision & graphics algorithms5,312MIT OR Apache-2.0
visitAutomatically generate Rust code for the Visitor pattern2,174MIT/Apache-2.0
visit-bytesVisitor abstraction for byteslices and such2,358Apache-2.0 WITH LLVM-exception
visit-flowZero-dependency visitor control-flow primitives: VisitFlow and the try_visit! macro.390MIT
visit-rsA generic visitor pattern library for Rust34,804MIT
visit-rs-deriveProcedural macros for visit-rs34,559MIT
visit_anyMacro to generate matcher for Any1,151BSL-1.0
visit_diffEfficiently finding differences between data structures.4,777BSD-2-Clause
visit_diff_deriveDeriving for visit_diff. Re-exported by visit_diff.4,166BSD-2-Clause
visitaElegant implementation of the Visitor Pattern5,138MIT
visita_macrosMacros for the visita crate4,778MIT
visiting_refContainer types that asynchronously return ownership of a value to another context upon exiting scope3,371MIT/Apache-2.0
visitorA generic library to easily visit elements of a structure and perform an action on each one7,483MIT/Apache-2.0
vison远景:做一个视觉库38MIT
visorpossible rename of hyper's headers module2,016MIT/Apache-2.0
visor_cliCommand line interface for running Visor sketches.471MIT
visor_coreRe-exports visor_engine and all of the core plugins.677MIT
visor_engineThe Visor engine.1,904MIT
visor_nannouForked version of nannou for Visor.2,109MIT
visor_nannou_wgpuForked version of nannou_wgpu for Visor.2,238MIT
visor_plugin_drawPlugin for drawing shapes.854MIT
visor_plugin_logPlugin for console logging.863MIT
visor_plugin_mathPlugin for useful math functions.856MIT
visor_plugin_midiPlugin for connecting to MIDI devices and loading mappings.857MIT
visor_plugin_statePlugin for persistent sketch state when hot reloading.854MIT
visor_plugin_timePlugin for time and frame related functions.862MIT
visqolThe Visqol v3.1 CLI tool for speech quality evaluation in Rust5,121Apache-2.0
visqol-rsThe Visqol v3.1 algorithm for speech quality evaluation in Rust15,069Apache-2.0
vistaA utility library for displaying and formatting arrays, matrices and tensors in the terminal.2,285MIT
visuTool to simply visualise data6,910MIT OR Apache-2.0
visualUse Display if available, Debug otherwise2,764MIT
visual-basmVisual z80 assembler relying on cpclib-asm2,393MIT
visual-cortexWatch screen regions and receive typed events over async streams when patterns match: OCR, template matching, and pixel…298PolyForm-Noncommercial-1.0.0
visual-cortex-captureScreen-capture abstraction for visual-cortex: frames, regions, rates, the FrameSource trait, and the macOS ScreenCaptureKit…495PolyForm-Noncommercial-1.0.0
visual-cortex-mediaReplay recorded media through visual-cortex: video files (via an ffmpeg sidecar) and image sequences as FrameSource…162PolyForm-Noncommercial-1.0.0
visual-cortex-ocr-onnxPaddleOCR detection+recognition via ONNX Runtime for visual-cortex, with pinned, checksummed model download.342PolyForm-Noncommercial-1.0.0
visual-cortex-visionDetectors for visual-cortex: pixel/color conditions, template matching, the OcrEngine contract, and OCR text parsers.451PolyForm-Noncommercial-1.0.0
visual-cryptographyA Rust implementation of main visual cryptography algorithms supporting multiple schemes and block sizes1,895MIT
visual-hashA simple library that provides perceptual hashing and difference calculation for images.4,419MIT OR Apache-2.0
visual-hashingHuman-friendly visual fingerprints for keys and checksums: a nameable 64-emoji BLAKE3 hash (emojihash) and OpenSSH-style…9,432MIT OR Apache-2.0
visual-odometry-rsVisual odometry in Rust (vors)1,881MPL-2.0
visual-rubricAI-assisted screenshot rubric runner for local visual UX review57EUPL-1.2
visual-searchVisual search engine for images using Deep Learning models to extract features4,993AGPL-3.0-or-later
visual-source-rsA Rust crate for modifying, creating or reading RetroStudio's visual source scripts41MIT
visual_rocket_okapiOpenAPI (AKA Swagger) document generation for Rocket applications for rocket 0.5.13,037MIT
visual_rocket_okapi_codegenMacros supporting visual_rocket_okapi2,274MIT
visualbasicParse and inspect Visual Basic 6 compiled binaries170Apache-2.0
visualfftA GUI application that can visualize FFT results23GPL-2.0-or-later
visualhashSimple crate for creating a visual fingerprint of data1,868MIT
visualising_and_organizing_modulesOnline store library27MIT
visualization_msgsvisualization_msgs ros2 rust generated dependencies1,115Apache-2.0
visualizeA library for standardizing visualizations of data structures2,814MIT OR Apache-2.0
visualize-sqliteA simple way to draw a diagram from an sqlite database8,545MIT
visualize-yewA simple data visualization library for Yew20,817MIT OR Apache-2.0
visualizerConnects to the visualizer CLI to show a visualization in a new window for supported values.5,911MIT
visualizer-cliShows a visualization of supported values in a new window.6,780MIT
visualpanic-rsA library providing a panic hook for Rust applications that visualizes the panic with a native error dialog on supported systems3,980MIT
visualsignVisualsign package defines the structures helper methods to create VisualSign payloads for Anchorage's Open Source VisualSign40Apache-2.0
visxvisualization1,587MIT/Apache-2.0
visyoA fast, minimal, and themeable CLI tool that displays visual system output across platforms.1,248MIT
visyxA terminal-based audio spectrum visualizer written in Rust217MIT
vitView Image in Terminal5,885MIT
vit_loggerSimple Rust logger6,738MIT
vit_tchVision Transformer models and building blocks for Rust using tch.19MIT
vitaAtomistic and molecular life sciences in Rust.119MIT OR Apache-2.0
vita-chemCheminformatics algorithms for atomistic and molecular structure.17MIT OR Apache-2.0
vita-cliUniversal file viewer - cat with eyes28GPL-3.0-only
vita-coreZero-dependency primitives for atomistic and molecular computation.95MIT OR Apache-2.0
vita-dbgscreenA simple debug screen for the PlayStation Vita using Rust and vitasdk-sys.133MIT
vita-inputA crate for handling input on the PlayStation Vita.97MIT
vita-ioReaders and writers for standard atomistic and molecular file formats.56MIT OR Apache-2.0
vita-newlib-shimsShims for libc functions not provided by Vita SDK newlib7,910MIT OR Apache-2.0
vita-presence-rsClient for the VitaPresence PS Vita Plugin by Electry142GPL-3.0-or-later
vita-system-alloc-wrapperA proxy for std::alloc::System which wraps dealloc in std::hint::black_box1,147MIT
vita2d-sysLow-level bindings for the vita2d library61MIT
vita49vita49 is a crate for parsing and creating packets compatible with the
ANSI/VITA-49.2-2017 standard.11,575MIT OR Apache-2.0
vita49_macrosvita49_macros provides procedural macros for the vita49 crate9,678MIT OR Apache-2.0
vitabot_apiInteract with the https://vitamin.tips api2,673MIT
vitagl-sysLow-level bindings for the vitaGL library83MIT
vitalityA game attribute library for the Bevy game engine.24MIT OR Apache-2.0
vitalium_verb_dspA port of the reverb module from the Vital/Vitalium synthesizer2,744GPL-3.0-or-later
vitallocatorA Rust allocator interface to the PS Vita kernel allocator3,412MIT
vitalsOpenTelemetry + tracing init and metric registry for robopoker binaries21MIT
vitalyVIA/Vial API client and cli tool for guiless keyboard configuration.864MIT
vitamincVitaminC cryptographic suite by CipherStash17,178MIT
vitaminc-aeadAuthenticated Encryption with Associated Data (AEAD) primitives. Part of the Vitamin-C cryptographic suite.7,846MIT
vitaminc-async-traitsVitamin C async traits1,928MIT
vitaminc-encryptSecure, flexible and fast encryption for Rust types. Part of the Vitamin-C cryptographic suite.7,724MIT
vitaminc-kmsAWS KMS implementation for Vitamin C traits1,668MIT
vitaminc-passwordSecure password generator. Part of the Vitamin-C cryptographic suite.231MIT
vitaminc-permutationSecure Permutation functions. Part of the Vitamin-C cryptographic suite.1,660MIT
vitaminc-protectedProtected type wrappers for handling sensitive data. Part of the VitaminC cryptographic suite.19,708MIT
vitaminc-protected-deriveDerive macros for vitaminc-protected. Part of the VitaminC cryptographic suite.9,141MIT
vitaminc-randomSecure Random Number Generation. Part of the Vitamin-C cryptographic suite.18,181MIT
vitaminc-random-derivesDerive macros for vitaminc-random. Part of the Vitamin-C cryptographic suite.8,999MIT
vitaminc-traitsVitamin C traits9,504MIT
vitasdk-sysRaw bindings to vitasdk12,582MIT OR Apache-2.0
vitasdk-sys-build-utilInternal build utilities for raw bindings to vitasdk3,862MIT OR Apache-2.0
viteVite1,757MIT
vite-actixA library for integrating vite dev server to actix web server.6,579non-standard
vite-manifestTypes for working with Vite build manifest files1,240MIT OR Apache-2.0
vite-rsUses ViteJS to compile frontend assets and embeds the results into your Rust binary. (Serves from the ViteJS dev server in…6,794MIT OR Apache-2.0
vite-rs-axum-0-8Uses ViteJS to compile frontend assets and embeds the results into your Rust binary. (Serves from the ViteJS dev server in…5,247MIT OR Apache-2.0
vite-rs-dev-serverUses ViteJS to compile frontend assets and embeds the results into your Rust binary. (Serves from the ViteJS dev server in…7,262MIT OR Apache-2.0
vite-rs-embed-macroUses ViteJS to compile frontend assets and embeds the results into your Rust binary. (Serves from the ViteJS dev server in…7,002MIT OR Apache-2.0
vite-rs-interfaceUses ViteJS to compile frontend assets and embeds the results into your Rust binary. (Serves from the ViteJS dev server in…6,359MIT OR Apache-2.0
vite-rustA Vite back-end integration for Rust applications.12,037non-standard
vite-staticEmbed Vite chunks into your Rust application and query them individually.47LGPL-3.0-or-later
vite-static-actix-webActix Web integration support for `vite-static`50LGPL-3.0-or-later
vite-static-deriveDerive macro support for `vite-static`55LGPL-3.0-or-later
vite-static-htmlHTML generation support for `vite-static`51LGPL-3.0-or-later
vite-static-sharedShared code for vite-static82LGPL-3.0-or-later
viterbiPure-Rust, no-unsafe convolutional encoder + Viterbi (MLSE) decoder — CCSDS inner FEC: hard & soft-decision (LLR), rate 1/2 &…188MIT OR Apache-2.0
viterbi_pos_taggerA part-of-speech (POS) tagger using the Viterbi algorithm.1,081GPL-3.0-or-later
vitess-grpcVitess gRPC client library, auto-generated from the Vitess proto files using tonic-build.6,395MIT OR Apache-2.0
vitexA latex templating tool4,001GPL-2.0-only
vitin-calculatorA simple calculator library29MIT
vitisno_std WireGuard-style networking components for embedded Rust20AGPL-3.0-only
vitiumCLI for Vitium, the framework for TRPG645GPL-3.0-or-later
vitium-apiAPIs for Vitium2,389GPL-3.0-or-later
vitium-serverBackend server for Vitium, the TRPG framework619GPL-3.0-only
vitrailNavigateur Vitrail (shell du moteur de rendu Lanterne) — reservation de nom, developpement hors perimetre initial.18MIT OR Apache-2.0
vitrail-pgPostgreSQL support for vitrail461MIT OR Apache-2.0
vitrail-pg-coreCore types for the vitrail-pg crate617MIT OR Apache-2.0
vitrail-pg-macrosProcedural macros for the vitrail-pg crate546MIT OR Apache-2.0
vitreeVirtualized tree UI component written in Rust1,526MIT
vitrin-osPlaceholder — agent-first display server (Vitrin OS). Reference implementation coming soon.11MIT OR Apache-2.0
vitrindPlaceholder — Vitrin OS trusted core daemon. Reference implementation coming soon.12MIT OR Apache-2.0
vitrineA scriptable static site generator34,970AGPL-3.0-only
vitrine-typesShikumi-style typed configuration for the vitrine pre-merge delivery CLI.21MIT
vitrine_deriveProcedural macros for Vitrine6,883AGPL-3.0-only
viuView images right from the terminal.66,888MIT
viuerDisplay images in the terminal1,074,206MIT
viuwaYet another "super simple" cli/tui ANSI image viewer, minimally compatibile with wasm32-wasi.8,754MIT OR Apache-2.0
vivA self-evolving AI programming agent — gets smarter with every session18Apache-2.0
viv-campBootCamp Project1,594MIT
viv-helloworldFirst Rust Project1,387MIT
vivaTransparently create environments and run executables contained within.3,880non-standard
viva-camctlCLI tool for GenICam camera discovery, feature control, and streaming52MIT
viva-genapiIn-memory GenApi node map, evaluation, and feature access helpers571MIT
viva-genapi-xmlGenICam XML retrieval and minimal parsing (schema, features)634MIT
viva-gencpTransport-agnostic GenCP encode/decode and status mapping707MIT
viva-genicamHigh-level GenICam facade: discovery, control, streaming, events529MIT
viva-gigeGigE Vision transport: GVCP discovery, GenCP over GVCP, and GVSP611MIT
viva-pfncPixel Format Naming Convention (PFNC) tables and helpers592MIT
viva-serviceZenoh bridge exposing GenICam cameras as network-accessible services73MIT
viva-sfncStandard Feature Naming Convention (SFNC) descriptors for GenICam593MIT
viva-u3vUSB3 Vision transport: bootstrap registers, GenCP-over-USB, and bulk streaming210MIT
viva-zenoh-apiShared Zenoh API payload types for GenICam camera services (no Zenoh dependency)152MIT
vivalaakam_neat_rsLibrary for calculation some things18,406MIT
vivalaakam_neuro_neatLibrary for work with neat network4,714MIT
vivalaakam_neuro_sharedLibrary for shared traits and other stuff1,976MIT
vivalaakam_neuro_utilsLibrary for calculation some things5,293MIT
vivalaakam_seattle_collectionCollection provider2,573MIT
vivalaakam_seattle_collection_postgresCollection provider2,337MIT
vivalaakam_seattle_storeBase store app1,864MIT
vivaldiEfficient network point-to-point latency estimations for large scale clusters1,700BSD-3-Clause
vivaldi-locationsLocate Vivaldi executables across desktop platforms.173MIT
vivaldi-ncVivaldi network coordinates for fast, distributed latency estimates in multinode networks, with a clean and simple interface.25,689MIT
vivariumNix-native tool that boots each project inside its own microVM, composed from reusable images and config pieces unified by a…14MIT
vivescaAn opinionated framework for building MCP tool ecosystems that evolve. Coming soon — vivesca.org29MIT
viviA Vivid Protocol image viewer and media player for the Vivido terminal58MIT