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.
rustcoinCrypto Price Tracker for Statusbars1,518MIT
rustcolorRust terminal rendering library thats supports 3/4 bit, 8 bit and 24 bit colors.3,837MIT
rustcommA lightweight, high-performance communication library29MIT OR Apache-2.0
rustcompAdds vector, map, set, and iterator comprehensions to Rust.6,153MIT
rustconA simple RCON client written in Rust1,533MIT
rustcontrolReserved1,539BSD-3-Clause
rustcopA Rust style linter and formatter inspired by C#'s StyleCop80MIT OR Apache-2.0
rustcop-macrosProcedural macros for rustcop suppression attributes59MIT OR Apache-2.0
rustcordA safe wrapper around the Discord Rich Presence API10,686Apache-2.0
rustcord-sysRaw FFI bindings for the Discord Rich Presence API11,583Apache-2.0
rustcowCowsay, in Rust, inspired by Python's cowpy.1,649MIT/Apache-2.0
rustcpA pure-Rust TCP/IP stack on TUN/TAP, focused on IPv6 + SRv6 testing. Companion to the PyTCP project.16GPL-3.0-or-later
rustcp-net-addrReserved name. Future standalone value-type library (IPv4 / IPv6 / MAC addresses, masks, networks, hosts) for the RusTCP project.…16GPL-3.0-or-later
rustcp-net-protoReserved name. Future standalone protocol packet library (parse / assemble / validate Ethernet / ARP / IPv4 / IPv6 / ICMP / TCP /…17GPL-3.0-or-later
rustcqlRust Cassandra Client (CQL Binary Protocol v4)28,773MIT
rustcrackerA crate for communicating with firecracker for the development of PKU-cloud.9,090Apache-2.0
rustcryptMacro-first encryption and obfuscation library for Rust197MIT
rustcrypt-coreCore encryption and obfuscation functionality for rustcrypt8,473,307MIT
rustcrypt-ct-macrosCompile-time obfuscation macros for rustcrypt8,473,812MIT
rustcrypt-deriveDerive macros for rustcrypt automatic struct encryption8,473,118MIT
rustcrypt-macrosFunction-like macros for rustcrypt runtime obfuscation8,474,484MIT
rustcryptoPlaceholder for a RustCrypto facade crate2,595Apache-2.0 OR MIT
rustcrypto-ffLibrary for building and interfacing with finite fields1,800,919MIT/Apache-2.0
rustcrypto-ff_deriveProcedural macro library used to build custom prime field implementations172,711MIT/Apache-2.0
rustcrypto-groupElliptic curve group traits and utilities1,793,212MIT/Apache-2.0
rustcubeMulti-password, order-dependent, streaming encryption/decryption tool with secure memory handling.717MIT
rustcvA high-performance computer vision library for Rust.1,596MIT
rustcv-backend-avfmacOS AVFoundation backend for RustCV109MIT
rustcv-backend-msmfWindows MS-MF backend for RustCV117MIT
rustcv-backend-v4l2Linux V4L2 backend for RustCV127MIT
rustcv-coreCore abstractions for RustCV: High-performance, zero-copy camera driver interface.333MIT
rustcyclesA fast multiplayer shooter on wheels in Fyrox3,376AGPL-3.0-or-later
rustdrust pack tool596MIT
rustd_backend_llvmLLVM backend for RustD deterministic DSL compilation154Apache-2.0
rustd_cliCommand-line interface for RustD compiler58Apache-2.0
rustd_compilerDeterministic compiler for RustD DSL335Apache-2.0
rustd_coreCore types and IR for the RustD deterministic DSL572Apache-2.0
rustd_ffiC/Ada FFI bindings for RustD deterministic DSL57Apache-2.0
rustd_pyPython bindings for RustD deterministic DSL64Apache-2.0
rustd_runtimeRuntime executor for RustD deterministic DSL418Apache-2.0
rustdapThis is a rust implementation firmware crate for DAP-Link on STM32F4xx375MIT
rustdashLodash implemented in Rust for use as a wasm module1,662MIT OR Apache-2.0
rustdashjsrust pack tool517MIT
rustDatabookA system for accessing data in a rdb file11,680MIT
rustdbSQL database375,812MIT OR Apache-2.0
rustdb-axum-exampleAxum rustdb example48,932MIT OR Apache-2.0
rustdcrDecred daemon infrastructure in Rust1,619MIT
rustdctCompute Discrete Cosine Transforms (DCT) of any size in O(nlogn) time, in pure Rust.5,904,450MIT OR Apache-2.0
rustddsNative Rust DDS implementation with RTPS345,620Apache-2.0
rustdemoA fun game where you guess what number the computer has chosen.1,803MIT
RustDemo-kaiyaa rust demo1,697MIT OR Apache-2.0
rustdemonsa demo1,144MIT
rustdeployVercel-style Linux server deployment CLI37MIT
rustdeskminimum tiling window manager based on penrose4,451MIT
rustdexA terminal-based Pokédex written in Rust572MIT OR Apache-2.0
rustdfA Rust library for interacting with Bruker TDF formatted Raw Data.3,790MIT
rustdgeGoridge-compatible RPC and IPC bridge primitives for Rust16MIT
rustdge-macrosProc macros for rustdge RPC service registration35MIT
rustdiModern WhatsApp Client Library for Rust53MIT
rustdiffSemantic JSON & XML diff tool with a native GTK4 desktop UI275GPL-3.0-or-later
rustdisA partial Redis server implementation intended purely for educational purposes2,608MIT
rustdllproxyCrate to ease the development of proxy DLLs in Rust3,030MIT OR Apache-2.0
rustdnsA DNS parsing library98,798Apache-2.0
rustdoAn idiomatic DigitalOcean API wrapper."969MIT
rustdoc-assetsBuild script helper which copies media and assets from a source directory below your current crate to the target output directory…7,461MIT OR Apache-2.0
rustdoc-highlightA Rust syntax highlighting library21,123Apache-2.0/MIT
rustdoc-iframeTest of docs.rs iframe embedding1,526MIT
rustdoc-includeA utility for importing external Markdown files into `*.rs` file as doc comments.1,458MIT OR Apache-2.0
rustdoc-indexA fast listing tool for rustdoc19,931MIT
rustdoc-jsonUtilities for working with rustdoc JSON.1,076,324MIT
rustdoc-json-stableUtilities for working with rustdoc JSON.3,858MIT
rustdoc-json-to-markdownDEPRECATED: Use cargo-doc-md instead2,310MIT OR Apache-2.0
rustdoc-json-types-forkInteract with the crate's API3,003MIT OR Apache-2.0
rustdoc-katex-demoThis project demonstrates an approach to including KaTeX in Rust docs9,115MIT/Apache-2.0
rustdoc-llmsRust documentation helper to generate file llms.txt to help training AI large language models (LLMs).2,071MIT OR Apache-2.0 OR GPL-2.0 OR GPL-3.0 OR BSD-3-Clause
rustdoc-markdownA tool to convert Rust documentation to Markdown, for use with LLMs150MIT OR Apache-2.0
rustdoc-mcpmcp server for rustdocs2,648MIT OR Apache-2.0
rustdoc-mcp-serverMCP server for accessing Rust crate documentation77non-standard
rustdoc-mdConvert Rust documentation JSON into clean, organized Markdown files24,426MIT OR Apache-2.0
rustdoc-prettierFormat //! and /// comments with prettier7,813MIT OR Apache-2.0
rustdoc-seekerrustdoc-seeker parse the `search-index.js` generated by `rustdoc` and provide fast searching ability16,327MIT
rustdoc-stripperA tool to manipulate rustdoc comments176,416Apache-2.0
rustdoc-textA lightweight library and CLI tool to view Rust documentation as plain text2,015MIT
rustdoc-to-markdownTransform code blocks from rustdoc into markdown2,368Apache-2.0
rustdoc-typesTypes for rustdoc's json output4,327,717MIT OR Apache-2.0
rustdoc-typst-demoThis project demonstrates an approach to including Typst in Rust docs1,428MIT/Apache-2.0
rustdoc_copyRustdoc comment copy helper.165MIT
rustdoc_copy_macroMacros for `rustdoc_copy`215MIT
rustdoc_demoThis is used to demo all the rustdoc features1,583AGPL-3.0
rustdoc_extExtension traits for rustdoc-types29,173Apache-2.0
rustdoc_irAn Intermediate Representation for Rust types and functions28,976Apache-2.0
rustdoc_processorCompute, cache, index, and query rustdoc JSON documentation28,960Apache-2.0
rustdoc_resolverConvert rustdoc_types into rustdoc_ir types28,939Apache-2.0
rustdom-xA fully rust RandomX implementation233GPL-3.0
rustdom-x-argon2Rust implementation of the Argon2 password hashing function.309MIT/Apache-2.0
rustdotenvA tool to load env files into the environment3,968MIT OR Apache-2.0
rustdownBreakdown code structure & usages by module in a crate, a workspace, or an arbitrary ecosystem of crate(s)/workspace(s)285MIT
rustdown-appA native markdown editor with live preview, built with egui37MIT
rustdown-cliRender markdown/html/html-markdown in the terminal37MIT OR Apache-2.0
rustdown-mdMarkdown parsing and rich-text rendering widgets for egui20MIT
rustdrivesyncProduction-ready CLI tool for one-way file synchronization with Google Drive. Features: dependency injection, rate limiting,…62MIT
rustdt-json_rpcA JSON-RPC library for Rust5,264Apache-2.0
rustdt_utilUtilities and common code for RustDT Rust projects14,860Apache-2.0
rustdtpCross-platform networking interfaces for Rust.18,884MIT
rustduinoA generic HAL implementation for Arduino Boards in Rust9,027AGPL-3.0-only
rustdupeSmart duplicate file finder with interactive TUI66MIT
rustdvPlaceholder for rustdv, a hardware verification framework in Rust — testbench components, sequences, and simulator integration —…16MIT OR Apache-2.0
rustdx受 pytdx 启发的 A 股数据获取库12,181MIT
rustdx-cmd受 pytdx 启发的 A 股数据获取库10,699MIT
rustdx-complete功能完整的 A 股数据获取库,支持数据验证、技术指标、智能缓存、交易日历824MIT
rusteaAn easy-to-use TUI crate for Rust, based off of the Elm architecture.9,019MIT
rustea_sdkrustea_sdk442non-standard
rusteamManage your games on the terminal16,561GPL-3.0-or-later
rusteamsCreating MS Teams messages5,134Apache-2.0
rusteasyeasy rust coding1,491MIT
rustebraA hybrid no_std/alloc linear algebra crate for Rust, scaling from embedded targets to dynamic Krylov subspace solvers.137Apache-2.0
rustecalMeta-crate for rustecal: re-exports core, pubsub and service APIs5,833Apache-2.0
rustecal-coreCore API for Eclipse eCAL7,789Apache-2.0
rustecal-pubsubPublish/Subscribe API for Eclipse eCAL7,856Apache-2.0
rustecal-serviceServer/Client API for Eclipse eCAL5,697Apache-2.0
rustecal-sysRaw FFI bindings to Eclipse eCAL C API7,295Apache-2.0
rustecal-types-bytesVec<u8> type support for rustecal TypedPublisher/TypedSubscriber4,374Apache-2.0
rustecal-types-protobufGoogle Protobuf type support for rustecal TypedPublisher/TypedSubscriber4,695Apache-2.0
rustecal-types-serdeJSON/CBOR/MessagePack type support for rustecal TypedPublisher/TypedSubscriber2,534Apache-2.0
rustecal-types-stringString type support for rustecal TypedPublisher/TypedSubscriber3,212Apache-2.0
rustechobysamA tool used to repeat what the user inputs929MIT OR Apache-2.0
rustedSimple tool to highlight rustc --explain output5,381MIT
rusted-firebaseRust based Firebase library, forked from emreyalvac/firebase-rs1,505MIT
rusted-memsimple key/value pair for rust1,647MIT
rusted-nostr-toolsRust library that provides tools for the Nostr clients.5,933WTFPL
rusted-ringLMAX inspired Lock-free ring buffers with cache-aligned memory pools for high-performance event systems8,147MPL-2.0
rusted-timerCLI timer1,644MIT
rusted-yadmRusted - Yet Another Dotfiles Manager2,225GPL-3.0
rusted25519Protyping library for ed25519 ec operations2,763MIT
rusted_cypherSend cypher queries to a neo4j database118,034MIT/Apache-2.0
rusted_graphsGraph DB supporting dynamic nodes and edges, written in Rust37CC-BY-SA-4.0
rusted_listA ever sorted list for rust that is operating on binary search5,897MIT/Apache-2.0
rusted_minecraftReserved crate for a Minecraft server programmed in Rust, which will later be used as experience for a separate game5,824MIT
rusted_pipeReal time processing library for developing multithreaded ML pipelines, written in Rust.1,611MIT
rustedbytes-bytepusherA complete BytePusher virtual machine implementation in Rust1,985GPL-3.0
rustedbytes-counterlinesA high-performance, multi-language source code line counter CLI tool written in Rust1,425MIT
rustedbytes-mandelbrotA Mandelbrot set generator written in Rust.2,154GPL-3.0
rustedbytes-nmeaRust no_std library for parsing NMEA messages from a GNSS receiver300MIT
rustedbytes-piComputes digits of Pi using the Chudnovsky algorithm807GPL-3.0
rustedbytes-randstuffRust CLI tool for generating random junk files and folders with various content themes292GPL-3.0
rustedbytes-tlFast HTML parser written in pure Rust412MIT
rustedbytes-trisA Vanishing Tic Tac Toe clone written in Rust.1,261GPL-3.0
rustedcomputerProgrammable Computers in Minecraft with WebAssembly365MPL-2.0
rustedflaskLike Flask but in Rust!8,640GPL-3.0
RustedSciTheRust framework for symbolic and numerical computing:BVP ( Newton-Raphson frozen/damped/with collocations ), IVP( BDF, Radau,…37,504MIT
rusteerust implementation of unix `tee` with more features1,566MIT
rusteelSteel API client30MIT
rustelebotA telegram bot API which help you send message, or utilize telegram bot API integrateable with your application18,073MIT
rustemA lightweight Rust library for system monitoring, providing CPU, memory, disk, and network statistics.1,063MIT
rustem_proxyA rust library to set system proxy on different operating systems7,613non-standard
rustemoA LR/GLR parser generator27,472Apache-2.0 OR MIT
rustemo-compilerRustemo compiler and development tools26,426Apache-2.0 OR MIT
rustemonLibrary wrapping the awesome PokeAPI35,938MIT
rustencilsA work in progress trying to build modular and extenisble differential equation solver using stencils for finite difference…8,847MIT OR GPL-3.0+
rustendReserved. Coming 2023.1,532MIT OR Apache-2.0
rustengineRust bitboard multi variant uci chess analysis engine.69,334MIT
rusteniumA modern, robust, high-performance WebDriver BiDi automation library for Rust39,651MIT
rustenium-bidi-commandsWebDriver BiDi command types and structures for Rustenium219MIT
rustenium-bidi-definitionsGenerated WebDriver BiDi protocol type definitions for Rustenium39,578MIT
rustenium-cdp-definitionsGenerated Chrome DevTools Protocol type definitions for Rustenium39,503MIT
rustenium-coreCore WebDriver BiDi protocol implementation for Rustenium39,590MIT
rustenium-identityA versatile stealth overlay for rustenium219GPL-3.0-or-later
rustenium-macrosConvenience macros for Rustenium (css! and xpath! selectors)351MIT
rustensorSmall Rust-native checkpoint format for model metadata and tensor weights.17MIT OR Apache-2.0
rustentiaFlashcards app using egui and rusqlite.3,935MIT
rustenvA simple env parser3,640MIT
rustenv-cliA fast, secure environment variable and secret management tool — written in Rust15MIT
rustepRust Executable file Parser5,072non-standard
rusterCreate Erlang NIF modules in Rust using a high level Rustic API.3,098MIT/Apache-2.0
ruster_unsafeCreate Erlang NIF modules in Rust using the C NIF API.10,533MIT/Apache-2.0
rustereRust template repository3,915MIT
rusteriaRusteria is a fast shader-like programming language.738MIT
rusterixRusterix is the game engine of Eldiron.6,392MIT
rusterizeA 3D renderer built from per-pixel access.16,699MIT
rusterize-rsExtremely fast geometry rasterization31MIT
rusterizerA 3D graphics library written in Rust.12,201MIT
rustermLibrary providing a simple, quick command line interpreter for Rust projects.10,612GPL-3.0
rusteron-archiveExtends the Aeron client to include archiving features, such as recording streams and handling replay capabilities. It uses the…270,240MIT OR Apache-2.0
rusteron-clientProvides core client functionalities for interacting with the Aeron protocol, such as establishing connections, subscribing, and…214,474MIT OR Apache-2.0
rusteron-code-genCode generator for Aeron C bindings424,263MIT OR Apache-2.0
rusteron-media-driverImplements the Aeron Media Driver, a core component for managing messaging between producers and consumers. It uses the Aeron C…285,903MIT OR Apache-2.0
rusteron-rbProvides ring buffer and broadcast functionalities via aeron c bindings, allowing efficient, low-latency message passing between…69,789MIT OR Apache-2.0
rusterpasswordAn implementation of the Master Password algorithm.9,995Unlicense
rusteryRust implementation of the Bitsery serialization format126Apache-2.0
rustery-deriveDerive macros for Rustery Bitsery borrowed views153Apache-2.0
rustestBetter test your program.6,036MIT OR Apache-2.0
rustest-fixturesBetter test your program.2,623MIT OR Apache-2.0
rustest-macroBetter test your program.6,132MIT OR Apache-2.0
rustevalMake your application's structs and functions interactive44,592MIT OR Apache-2.0
rusteval-derivemacros for rusteval47,907MIT OR Apache-2.0
rustexA library to make simple auto-generated LaTeX files in Rust.1,606MIT
rustex-cliConvex to Rust code generation CLI for type-safe Rust clients.18MIT
rustex-convexConvex-specific IR finalization for Rustex.53MIT
rustex-diagnosticsStructured diagnostics for the Rustex code generation pipeline.230MIT
rustex-irLanguage-neutral intermediate representation for Rustex.197MIT