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.
rusty_glSafe thin wrapper for OpenGL using the gl-rs crate11,916MIT OR Apache-2.0
rusty_grammarA modified CYK algorithm to work for Language.2,896GPL-3.0+
rusty_h264A ground-up, pure-Rust H.264 encoder and decoder. Decoder bit-exact vs Cisco openh264 (Baseline + B-slices + most of High…11,674BSD-2-Clause
rusty_h264-accelOptional openh264 BSD-2 SIMD asm kernels for rusty_h264 (the one unsafe crate; off by default). Building the kernels needs an…164BSD-2-Clause
rusty_h264-commonShared primitives for the rusty_h264 pure-Rust H.264 codec: bitstream I/O, Exp-Golomb, NAL/Annex-B, and core types.11,795BSD-2-Clause
rusty_h264-decoderPure-Rust H.264 decoder (Baseline + B-slices + most of High profile, CAVLC) — bit-exact vs Cisco openh264.11,676BSD-2-Clause
rusty_h264-encoderPure-Rust H.264 (Constrained Baseline) encoder.11,784BSD-2-Clause
rusty_hausdorffA parallel implementation of the directed Hausdorff distance.3,562MIT OR Apache-2.0
rusty_hearthBare-bones hearthstone deck tracker written in rust3,580AGPL-3.0
rusty_helloworldMastering Rust, step by playful step.Rusty_Helloworld is your one-stop shop for exploring the diverse landscape of Rust through…1,557MIT
rusty_hermesRust wrapper for Facebook's Hermes JavaScript engine1,273MIT
rusty_hogsThis project provides a set of scanners that will use regular expressions to try and detect the presence of sensitive information…2,078Apache-2.0
rusty_hyrule_compendiumA rust library for the Hyrule Compendium API5,148MIT
rusty_igdbA simple IGDB (Internet Game Database) API wrapper for Rust users7,496Apache-2.0
rusty_interactionHandle Discord Interactions as outgoing webhook17,451ISC
rusty_jscRust bindings for the JavaScriptCore engine173,004MIT
rusty_jsc_macrosMacros for rusty_jsc171,398MIT
rusty_jsc_sysRaw bindings for the JavaScriptCore engine173,842MIT
rusty_jsonA lightweight and straightforward JSON library for Rust, providing basic JSON functionality, serialization, and manipulation.9,210MIT
rusty_json_serializationProvides procedural macros for automated JSON serialization in Rust.4,650MIT
rusty_junctionsJoin Pattern implementation in Rust.1,705MIT
rusty_kanAn implementation of Kolmogorov-Arnold Networks in Rust1,624MIT
rusty_learnA small, educational, scikit-learn-like machine learning library written in Rust40MIT
rusty_libimobiledeviceAn ergonomic library to communicate with iOS devices21,408LGPL-2.1-or-later
rusty_library123456A simple maths library866MIT
rusty_linkRust bindings for Ableton Link through the official C Wrapper (abl_link)46,014GPL-2.0-or-later
rusty_linked_listBasic linked list implementation1,971BSD-1-Clause
rusty_listA no_std compatible, intrusive doubly linked list implementation.1,723MIT
rusty_lrA Bison-inspired parser generator and compiler frontend framework for Rust, with IELR(1), LALR(1), GLR, and LSP support.96,639MIT OR Apache-2.0
rusty_lr_buildscriptBuild script helpers for RustyLR, a Bison-inspired parser generator for Rust.51,222MIT OR Apache-2.0
rusty_lr_coreCore runtime and table definitions for RustyLR, a Bison-inspired parser generator for Rust.78,014MIT OR Apache-2.0
rusty_lr_deriveProcedural macros for RustyLR, a Bison-inspired parser generator for Rust.79,874MIT OR Apache-2.0
rusty_lr_parserGrammar parser for RustyLR, a Bison-inspired parser generator for Rust.98,597MIT OR Apache-2.0
rusty_mallocA multithreaded yet simple memory allocator written in Rust.3,154non-standard
rusty_man_computerLittle-Man Computer emulator and assembler tools36MIT
rusty_mathThis is a Rust library for mathematical, statistical and machine learning operations.11,431non-standard
rusty_memoirA tool to archive commands1,565Apache-2.0
rusty_meta_threadsCommunity Rust SDK for integrating with Meta Threads API9,071MIT OR Apache-2.0
rusty_mujocoRust bindings for the MuJoCo physics simulator17,295Apache-2.0
rusty_neatPretty good NEAT implementation3,808non-standard
rusty_network_managerA crate for interacting with network_manager using zbus87,785MIT
rusty_nodejs_replRun a Node.js Read Eval Print Loop from Rust5,760MIT OR Apache-2.0
rusty_oauthA lightweight, secure OAuth 2.0 library for Rust, providing streamlined authentication flows for applications and services.…22,146MIT
rusty_ogeБиблиотека, решающая задачки из ОГЭ по информатике.9,206MIT
rusty_oge-cliCLI обёртка над библиотекой rusty_oge6,323MIT
rusty_orbital_dynamicsHigh-performance orbital dynamics in Rust + Python663GPL-3.0-or-later
rusty_pandasGeneral Mathematics Library for Rust3,228MIT
rusty_parserA Generic compile-time Parser generator and pattern matching library written in Rust17,473MIT
rusty_parser_deriveProc-Macro utility library only for rusty_parser2,445MIT
rusty_paserkPlatform Agnostic Serializable Keys (PASERK) is an extension on PASETO for key management141,393MIT
rusty_pasetoA type-driven, ergonomic alternative to JWT for secure stateless PASETO tokens.212,372MIT OR Apache-2.0
rusty_passwordRusting passwords that cant be recognized, (aka hashes using bcrypt)1,610MIT
rusty_password_generatora simple password generator402MIT
rusty_pdfCrate adding text and images to existing pdf files5,437MIT OR Apache-2.0
rusty_phoenix_file_to_crateThis crate allows to integrate text files as canvas inside rust program. To generate customizable html pages or markdown for…364CECILL-C
rusty_pipeA slightly better router for the Iron framework9,645MIT
rusty_pipe_viewerEducational version of the pv utility1,815MIT
rusty_pipesA library that enables you to declaratively define your data sources and transformation pipelines, with an engine to fetch data…1,473MIT
rusty_plannerArtificial intelligence planning & reasoning library for Rust.4,180non-standard
rusty_plantuml_encoderA package for encoding and compressing text for plantuml diagram3,164MIT
rusty_plantuml_promptA prompt to generate plantuml diagram2,178MIT
rusty_playA library for creating 2d games in Rust with sdl2.87MIT
rusty_poolSelf growing / shrinking `ThreadPool` implementation based on crossbeam's multi-producer multi-consumer channels that enables…3,165,638Apache-2.0
rusty_promptRusty library for creating interactive runtime command line prompts.1,465BSD-1-Clause
rusty_qjsRust bindings to QuickJS1,702MIT
rusty_quickjswip1,595MIT
rusty_quickjs_syswip2,020MIT
rusty_raftA raft consensous protocol SDK that allows for high TPS execution1,519MIT
rusty_railsA MVC web framework1,510MIT
rusty_rails_iocAn Inversion of Control framework1,512MIT
rusty_rails_ioc_macrosAn Inversion of Control framework2,158MIT
rusty_regexA regex engine where geometric algebra is the execution engine3,168MIT
rusty_replREPL library with customisable prompts and clean terminal management.946MIT
rusty_robotRust Toolbox for Robotics3,162MIT
rusty_scienceAn easy to learn and use ML toolkit for rust1,460MIT
rusty_scissorsA command-line tool for trimming images.6,138MIT
rusty_scrfdA high-performance face detection library using SCRFD model with OpenCV integration4,365MIT
rusty_secretsImplementation of threshold Shamir's secret sharing in the Rust programming language.18,461BSD-3-Clause
rusty_skelformGeneric SkelForm runtime for Rust2,004MIT
rusty_skelform_macroquadSkelForm Macroquad runtime1,307MIT
rusty_spineSpine runtime for Rust (and wasm!) transpiled from the official C Runtime.38,217non-standard
rusty_stateA simple state machine for rust2,947MIT
rusty_statsA Statistics Library made in pure Rust, for Rust!1,164non-standard
rusty_stormyA very primitive web and socket server library for basic self-hosting projects.41GPL-3.0
rusty_stringsUseful string utilities.350MIT
rusty_styleRusty Style is a library for styling text in the terminal.3,878MIT
rusty_sword_arenaLibrary/repository for the half-day Rust tutorial teaching you how to make a game client in Rust.36,957MIT
rusty_tarantoolTarantul async client based on tokio framework46,755Apache-2.0
rusty_tasksYour own terminal todo-list6,352MIT OR Apache-2.0
rusty_textuiLibrary for creating simple text user interfaces, like text arcade games in the terminal3,979MIT OR Apache-2.0
rusty_themy🦀🦀 Obtain the current color theme in your system! 🎨🎨1,615MIT OR Apache-2.0
rusty_timeA simple timer122,354MIT OR Apache-2.0
rusty_timerstandalone stopwatch and timer8,218non-standard
rusty_toolsA crate with simple yet useful tools for rust3,978Apache-2.0
rusty_torrentA BitTorrent client implemented in Rust that allows you to interact with the BitTorrent protocol and download torrents.2,699MIT
rusty_twilioA Rust library for interacting with the Twilio API1,545MIT
rusty_typesTypes for implementation of Exercises for a German learning project1,170Apache-2.0
rusty_ulidRust ULID (Universally Unique Lexicographically Sortable Identifier) generation and processing1,264,333MIT/Apache-2.0
rusty_uma_extractorA set of useful utility modules for applications developed to be used with the game Umamusume: Pretty Derby.16MIT
rusty_unitsA simple library for storing units of measurement in Rust.1,044MIT OR Apache-2.0
rusty_utilsA Rust package that provides utility functions inspired by or ported from other programming languages.2,759MIT
rusty_v8Rust bindings to V8657,004MIT
rusty_v8_helperHelper functions for rusty_v8_protryon12,882GPL-3.0-or-later
rusty_v8_helper_deriveA rust derive macro for rusty_v8_helper6,408GPL-3.0-or-later
rusty_v8_mRust bindings to V810,510MIT
rusty_v8_protryonRust bindings to V812,562MIT
rusty_vainfolibva-utils' vainfo implemented in rust9,524MIT
rusty_vaultRustyVault is a powerful identity-based secrets management software, providing features such as
cryptographic key management,…16,015Apache-2.0
rusty_vikingA libraty full of my shared implementations.2,199MIT
rusty_vikingsA crate full of my shared implementations.1,609MIT
rusty_weedA SeaweedFS client implementation.5,451MIT
rusty_wheelRust implementation of trading options using the wheel strategy1,570Apache-2.0
rusty_winapiVarious rustified WinAPI's for pleasant and safe use with Rust.1,712MIT
rusty_word_builderSyllable and Word generation library written fully in Rust5,587non-standard
rusty_wordlePlay Worlde in the terminal5,182MIT OR Apache-2.0
rusty_wwiseThis is work in progress!! The goal of this is to create a bridge between a wwise project and a rust application.3,141MIT
rusty_xkcdAn API wrapper for xkcd.com4,679MIT
rusty_ytdlA Rust library for Youtube video searcher and downloader53,427MIT OR Apache-2.0
rusty_ytdl-cliA CLI for rusty_ytdl1,557MIT OR Apache-2.0
rustyactFeature-rich react app creator2,780MIT
rustyaidA small library providing random data for testing puposes1,565MIT OR Apache-2.0
rustyardA Shunting Yard implementation and calculator. This crate is able to calculate basic math expressions passed to it as strings and…22,453MIT
rustyasgGraph-based deep learning framework in Rust: define-then-run ASG, graph-to-graph autograd, wgpu GPU backend, and an interactive…1,056MIT
rustyasnAbstract Syntax Notation One (ASN.1) encoding support for RustyFix470Apache-2.0
rustybambioinformatics toolkit in rust50,434MIT
rustybarA lightweight terminal progress bar for Rust programs188MIT OR Apache-2.0
rustybaraPrepress-focused PDF manipulation library for graphic designers and print operators163LGPL-3.0-only
rustybara-iccICC color profile storage and transform engine for the rustybara workspace79LGPL-3.0-only
rustybasisconverterThis library provides a way to convert value to arbitrary other basis. This is the equivalement of the C++…50CECILL-C
rustybitA CLI bittorrent client3,206Apache-2.0
rustybit-bittorrent-peer-protocolAn implementation of bittorrent peer messaging protocol1,824Apache-2.0
rustybit-leechy-dhtA partial (leechy) DHT implementation1,832Apache-2.0
rustybit-libA library that backs the rustybit BitTorrent client1,518Apache-2.0
rustybit-serde-bencodeA bencode serializing/deserializing library powered by Serde2,076Apache-2.0
rustyboltsMy first bot for botwars.io3,041MIT
rustybookAn ergonomic Facebook client in Rust105non-standard
rustybook-errorsErrors for RustyBook170AGPL-3.0
rustybook-extractorExtractor lib for Rustybook260non-standard
rustybook-httpHTTP client for Rustybook123non-standard
rustybook-loggingCLI logging utility for Rustybook117non-standard
rustybook-messengerMessenger client for Rustybook73non-standard
rustybook-rumqttcAn efficient and robust mqtt client for your connected devices119Apache-2.0
rustybook-utilitiesUtilities lib for RustyBook121AGPL-3.0
rustybootcomA Rust rewrite of the favorite raspbootcom utility for the raspbootin bootloader15GPL-3.0
RustyBoxA simple gui password vault in your terminal. Encrypted and secure.1,236MIT
rustyboyGameboy emulator1,537MIT
rustyboy_instruction_deriveRustyboy CPU instruction derive1,956MIT
rustybuddyA CLI-based pet simulation game written in Rust.2,428MIT
rustybuzzA complete harfbuzz shaping algorithm port to Rust.24,398,963MIT
rustycacheA simple and easy-to-use caching library for Rust.597MIT
rustycanPowerful UI framework for games and apps.5,096MIT OR Apache-2.0
RustyCardsA terminal app for custom quizzes written in Rust1,009MIT
rustycascParses CASC and generates FrameXML extracts3,799non-standard
rustycatRegex-based parser for Android Debug Brigde (adb) logcat1,601MIT
rustycat-androidA colorful Android logcat viewer with package filtering2,500MIT
rustychainA Rust library for building LLM-powered applications45MIT
rustychemRxn is a chemistry library for Rust.15AGPL-3.0
rustychromaHigh-performance chroma key background removal and edge erosion82MIT
rustyclawCLI binary for RustyClaw — main entry point and gateway daemon194MIT
rustyclaw-cliCLI binary for RustyClaw — main entry point and gateway daemon24MIT
rustyclaw-coreCore library for RustyClaw — config, gateway protocol, secrets, tools, and shared types390MIT
rustyclaw-desktopDesktop GUI client for RustyClaw18MIT
rustyclaw-gatewayRustyClaw gateway server — WebSocket/SSH session handling, model dispatch, messenger and tool orchestration. The client/protocol…17MIT
rustyclaw-onboardInteractive onboarding wizard for RustyClaw — provider/model selection, API-key storage, and SOUL initialisation.43MIT
rustyclaw-tuiTerminal UI client for RustyClaw229MIT
rustyclaw-viewShared component-oriented view types for RustyClaw clients55MIT
rustycli🦊 Access the rust playground right in terminal.2,776MIT
rustyclip🦀 RustyClip: A simple clipboard history manager for macOS/Linux1,735MIT
rustycogA synchronous task manager1,435non-standard
rustycog-frameworkFeature-gated RustyCog framework crate65MIT OR Apache-2.0
rustycoilsFast method to compute off-axis magnetic fields for cylindrically symmetric systems of solenoids and current loops2,861MIT
RustyConsoleCalculateA simple CLI tool for performing basic calculations.1,812MIT OR Apache-2.0
rustyConsoleGameEngineA rusty port of the olcConsoleGameEngine.2,246GPL-3.0-or-later
rustycopierA tool copy data3,955MIT OR Apache-2.0
rustycordA fast, lightweight, and feature-rich Discord bot library written in Rust.2,186MIT
rustycppAn attempt to implement the C++20 standard. This is mostly to have fun & learn rust4,816GPL-3.0-or-later
rustycrabA Rust-native agentic orchestrator for building, composing, and managing AI agent workflows22MIT
rustycrate-ruДемо-библиотека для статьи о публикации пакетов на rustycrate.ru4,894BSD-3-Clause
rustycrate-trrust deneme kitapligi rustycrate.tr3,047BSD-3-Clause
rustycrawl-http-clientA reqwest-like Hyper client with automatic cookie storage33MIT OR Apache-2.0
rustycssPostcss implements in rust2,786GPL-3.0-only
rustydavSmall library that can be used to make calls to webdav server17,071GPL-3.0
rustydemon-blp2Rust library for reading BLP texture files (BLP0/BLP1/BLP2)48AGPL-3.0-or-later
rustydemon-libRust library for reading CASC storage files53AGPL-3.0-or-later
rustydialogsProvides a simple and cross-platform way to display native dialog boxes.459MIT
rustydnsmy first attempt at making a dns server with caching2,483GPL-3.0-only
rustydokuA puzzle game built with Bevy, inspired by Woodoku. Strategically place blocks, clear the board, and earn points!6,491MIT
rustydomoReserved473MIT OR Apache-2.0
RustyDSAA libary for Rust data structure.3,938MIT
rustydumpRustydump is a modern, objdump-compatible binary analysis tool written in Rust for i386 and amd64.
It supports disassembly,…23Unlicense OR MIT OR Apache-2.0
RustyEdA simple text editor written in Rust using FLTK288MIT
RustyEmitterRustyEmitter is a basic implementation of a simple emitter. The module expose a Events trait with the on, off and emit methods,…5,497MIT
rustyfaceA Huggingface downloading CLI tool written in Rust.3,495MIT
rustyfarian-avr-ws2812WS2812 (NeoPixel) LED driver using SPI prerendered encoding (no_std, embedded-hal 1.0)19MIT OR Apache-2.0
rustyfarian-esp-hal-networkBare-metal (esp-hal) async drivers for Wi-Fi, LoRa, OTA, and provisioning on ESP32-C3, ESP32-C6, ESP32-S3, and ESP3217MIT OR Apache-2.0
rustyfarian-esp-hal-ws2812WS2812 (NeoPixel) LED driver using esp-hal RMT peripheral (bare-metal, no_std)84MIT OR Apache-2.0
rustyfarian-esp-idf-networkESP-IDF (std) drivers for Wi-Fi, MQTT, LoRa, ESP-NOW, OTA, and provisioning on ESP3245MIT OR Apache-2.0
rustyfarian-esp-idf-powerESP-IDF (std) battery monitoring, charging detection, and deep-sleep drivers for ESP32 and ESP32-S316MIT OR Apache-2.0
rustyfarian-esp-idf-ws2812WS2812 (NeoPixel) LED driver using ESP-IDF RMT peripheral454MIT OR Apache-2.0
rustyfastFIX Adapted for STreaming (FAST) in pure Rust.1,560Apache-2.0