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.
sugars_macrosProcedural macros for array tuple syntax and builder patterns4,362MIT OR Apache-2.0
suggestA minimal library to provide similar name suggestions like "Did you mean?"292,324MIT
suggest-command-not-foundTypo correction for not-found shell commands10,406MIT
suggestionA minimal library & CLI tool to provide similar name suggestions like "Did you mean?"24,917MIT
suggestion-cliA CLI tool for similar name suggestions to provide helps like "Did you mean?"3,330MIT
suggestion_trieA Radix trie for suggestion search, it allows to search for data indexed by a set of keywords fast.6,289MIT
suggestionsMinimal library to provide clap-style "Did you mean?" suggestions.85,112MIT
sugoSimple source manager827Apache-2.0
suhailPlay in rust!23LGPL-3.0-only
suhe_auth_serviceExample auth services490MIT
suiThis crate is reserved for the Sui project4,346MIT
sui-bigornaTyped buildx-native-multi-arch primitive: register native per-arch build nodes as buildx nodes (no QEMU) with a store-backed…1,741MIT
sui-buildNix builder with sandboxed execution, closure topo-sort, and reference scanning for the sui Rust-native runtime1,787MIT
sui-bytecodeBytecode compiler and VM for the sui Rust-native Nix evaluator277MIT
sui-cacheBuilt-in binary cache server and push pipeline for the sui Rust-native Nix runtime3,537MIT
sui-cache-evalContent-addressed evaluation cache for sui — hash-keyed memoization of Nix expressions1,767MIT
sui-castoreContent-addressed store backends for sui: the StorageBackend trait + Local/S3/Redis/Pg/Tiered implementations shared by sui-cache…418MIT
sui-compatClean-room Nix format and protocol compatibility layer (NAR, store paths, ATerm, derivations)4,843MIT
sui-cryptoDefines the interface for signing and verying messages in the Sui ecosystem60,061Apache-2.0
sui-daemonNix daemon replacement (worker protocol server) for the sui Rust-native Nix runtime218MIT
sui-daemon-clientTyped multiplexed client for the sui graph-server protocol. Connects to a UDS, sends typed requests, dispatches typed responses…1,727MIT
sui-daemon-frameAsync frame codec for the rkyv-over-UDS local protocol. Reads/writes `[magic 4B][len u32 LE][rkyv body]` over any tokio…2,042MIT
sui-daemon-graphBinary that runs the sui graph-server: GraphServer over UDS + GraphStore + LruHotCache, with tsunagu shutdown handling.…164MIT
sui-dockerfile-node-cache-daemonNode-local L0 disk cache daemon for supa-charge-akeyless-ci (Phase 3b) — one instance per k8s node, falls through to sui-cache's…3,051MIT
sui-dockerfile-prewarmerStanding pre-warming service — polls watched public Dockerfiles for new commits and keeps sui's cache warm via…1,753MIT
sui-dockerfile-verifyDockerfile build equivalence checker — compares two built images' `docker history` layer sequence + final filesystem content…1,784MIT
sui-dockerfile-wrapperIntercept/resolve/fall-through wrapper around `docker build` — cache-first via sui-cache, falling through to real docker on any…2,801MIT
sui-evalClean-room Nix language evaluator — lazy tree-walker + bytecode VM with construction-guaranteed Lazy<T>261MIT
sui-event-streamReal-time on-chain event streaming for Sui - fills the gRPC SubscribeEvents gap22MIT
sui-framework-sdkMove types for the Sui package at address 0x232,206Apache-2.0
sui-gql-clientSui GraphQL RPC client by Aftermath using `cynic`33,690Apache-2.0
sui-gql-schemaSui GraphQL schema for the Cynic client27,063Apache-2.0
sui-graph-storeL1 content-addressed graph store for sui — redb index + rkyv-archived blobs on a ZFS-friendly layout. Replaces the SeaORM/SQLite…3,299MIT
sui-graphqlGraphQL client for Sui blockchain2,875Apache-2.0
sui-graphql-clientSui GraphQL RPC Client for the Sui Blockchain5,803Apache-2.0
sui-graphql-client-buildSui GraphQL RPC Client for the Sui Blockchain5,923Apache-2.0
sui-graphql-macrosProcedural macros for sui-graphql with compile-time validation4,710Apache-2.0
sui-httpHTTP server and utils used by many sui services41,238Apache-2.0
sui-idSelf-hosted, single-binary OpenID Connect provider in Rust. Install with `cargo install sui-id`.1,941Apache-2.0
sui-id-coreAuthentication / authorization core (OIDC / OAuth2 + PKCE) for sui-id, a self-hosted Rust OIDC provider.2,359Apache-2.0
sui-id-i18nsui-id internationalisation (i18n) — typed string tables for UI text.2,459Apache-2.0
sui-id-sharedShared types and DTOs for sui-id, a self-hosted Rust OIDC provider.3,416Apache-2.0
sui-id-storePersistence layer (SQLite + field-level encryption) for sui-id, a self-hosted Rust OIDC provider.2,852Apache-2.0
sui-id-webServer-rendered admin and setup UI (Leptos SSR) for sui-id, a self-hosted Rust OIDC provider.2,350Apache-2.0
sui-internString interning for the sui Nix evaluator — Symbol(u32) handles for O(1) comparison2,385MIT
sui-irL3 lower-once flat IR for the sui evaluator — per source file one Program { exprs, spans } with ExprId(u32) indices, lowered from…164MIT
sui-jsonrpcLight-weight Sui JSON-RPC client by Aftermath Finance30,279Apache-2.0
sui-network-sdksui network sdk479GPL-3.0
sui-nix-wrapMigration-bridge nix wrapper — routes Working/SuiNative commands to sui, falls back to cppnix for the rest1,789MIT
sui-orchestrateSystem and fleet orchestration for Nix deployments — sui-native NixOS/Darwin/HM rebuild pipeline192MIT
sui-protocolSingle source of truth for every wire type in the sui system: rkyv-over-UDS for daemon ↔ local CLI (zero-copy hot path), tonic +…2,254MIT
sui-registryporto — pleme-io-native OCI Distribution Spec v1.1 registry server over sui-castore's content-addressed store174MIT
sui-resolveParse-time variable-resolution side-table for the sui tree-walker — precomputes each ident's interned Symbol so the hot Ident arm…524MIT
sui-rest-clientsui sdk1,148Apache-2.0
sui-rpcRPC interface definitions and client for the Sui Sdk95,597Apache-2.0
sui-rpc-clientsui sdk852Apache-2.0
sui-rust-operatorsui operator implement with rust6,146MIT OR Apache-2.0
sui-sdksui sdk2,812Apache-2.0
sui-sdk-typesCore types for the Sui Sdk212,544Apache-2.0
sui-seraiLibrary for connecting to coin, tailored for Serai1,616AGPL-3.0-only
sui-specDeclarative Lisp-authored specs for CppNix-parity behaviors. Rust types are the hard boundary; Lisp forms are the free-middle…3,349MIT
sui-storeNix store abstraction with SeaORM-backed metadata for the sui Rust-native runtime2,643MIT
sui-supercacheciTyped shikumi config schema for /super-cache-ci — service-level sui (Postgres store, Redis cache, RAM/tmpfs build sandbox) as the…2,095MIT
sui-token-genA Rust-based CLI tool for generating and verifying Sui token smart contracts effortlessly.5,076MIT
sui-transaction-builderTransaction API for the Rust SDK for the Sui Blockchain51,162Apache-2.0
sui_authorityThis crate is reserved for the Sui project1,641MIT
sui_cliThis crate is reserved for the Sui project1,632MIT
sui_clientThis crate is reserved for the Sui project1,646MIT
sui_coreThis crate is reserved for the Sui project1,645MIT
sui_explorerThis crate is reserved for the Sui project1,624MIT
sui_gatewayThis crate is reserved for the Sui project1,631MIT
sui_moveThis crate is reserved for the Sui project1,646MIT
sui_networkThis crate is reserved for the Sui project1,692MIT
sui_nodeThis crate is reserved for the Sui project1,631MIT
sui_proverThis crate is reserved for the Sui project1,636MIT
sui_replicaThis crate is reserved for the Sui project1,658MIT
sui_storageThis crate is reserved for the Sui project1,622MIT
sui_testThis crate is reserved for the Sui project1,628MIT
sui_typesThis crate is reserved for the Sui project2,442MIT
sui_validatorThis crate is reserved for the Sui project1,635MIT
sui_verifierThis crate is reserved for the Sui project1,622MIT
sui_vmThis crate is reserved for the Sui project1,631MIT
sui_walletThis crate is reserved for the Sui project1,618MIT
suicideXavier's suicide plan1,691MIT
suicide-rsA super simple crate for printing an error message when something terrible goes wrong and nothing can be done to recover.694MIT
suidSortable (timestamp-first) unique identifier1,548non-standard
suiforgeA modern developer framework for Sui blockchain smart contracts with advanced tooling74MIT
suikaA simple web stack for building web applications10,789MIT
suika_jsonA JSON handling library for the suika web stack5,629MIT
suika_mimeA library for handling MIME types in the suika web stack3,161MIT
suika_serverA server library for the suika web stack7,332MIT
suika_templatesA simple template engine for the suika web stack6,083MIT
suika_utilsA small utility library for the suika web stack3,631MIT
suika_wasmTHIS CRATE IS DEPRECATED. It was a toy project and is no longer maintained or updated. No further development is planned.7,458MIT
suimusuisei-music companion6,458MIT
suiron-rustA fast Prolog-like inference engine.1,559MIT
suiscope-cliSuiScope CLI — Move Contract Debug & Object Registry Tool60MIT
suiscope-coreCore library for SuiScope — SQLite registry, Sui RPC client, parser, error dictionary84MIT
suiscope-dashboardSuiScope Dashboard — Local web UI for the object registry73MIT
suisei-jito-mev-protosjito-mev-protos37Apache-2.0
suitSimple UI Toolkit2,008MIT
suit_cborLightweight no_std utilities for lazy CBOR decoding291MIT
suit_validatorno_std-friendly Rust crate for decoding and verifying SUIT Manifest.72MIT
suitcaseA set of personal CLI tools to automate common tasks in software development (including Rust, Dart, and Flutter), written in Rust.6,500non-standard
suiteI don't need it anymore. Contact me I'll transfer it for free.2,691Apache-2.0
suite-common-coreShared GTK-free office-suite primitives: undo commands, number formats, typed events, search, unit conversion, style inheritance16GPL-3.0-or-later
suite-exportIn-process PDF export via Typst for office documents: compile Typst source to PDF bytes with embedded fonts15GPL-3.0-or-later
suitecaseThe structured test toolkit. A sync Rust crate for named cases, optional suite and per-case hooks, and macros so each case…777MIT
suitesparse-srcBuilds the SuiteSparse components5,625non-standard
suitesparse_camd_sysRaw bindings to SuiteSparse's CAMD algorithm5,768MIT OR Apache-2.0
suitesparse_graphblas_sysRust bindings for SuiteSparse::GraphBLAS14,816CC-BY-NC-4.0
suitesparse_ldl_sysRaw bindings to SuiteSparse's LDL algorithm9,916MIT OR Apache-2.0
suitesparse_syssys crate for suitesparse library16,189MIT
suitestA library for quality of life test suites9,441MIT
suitest_macrossuitest macros9,714MIT
suituiA terminal UI for managing your Sui wallet170MIT
suiviTrack time spent working with AI coding agents52MIT
suiwebA Rust Crate for suiweb9,040ISC
sujoodA beautiful terminal companion for Islamic practice tracking30MIT
sukariShared append-segment Raft state storage for noraft-based applications34MIT
sukkerLinear Algebra and Matrices made easy!22,172MIT OR Apache-2.0
sukkiriA lightweight TUI disk cleanup tool for macOS65MIT
sukurappaWatch for changes on a webpage and do anything with it!2,716MIT
sulOpenAPI Rust Tower Service generator1,749MIT
sula-alusA CLI tool to encode strings and files using Sula-Alus encoding4,420MIT OR Apache-2.0
sulfawork in progress3,983MIT
sulfiteA high-level S3 client built on AWS SDK for Rust for bandwidth saturation5,121MIT
sulfite-toolsA high-level S3 client built on AWS SDK for Rust for bandwidth saturation (CLI tools)154MIT
sulfurA webdriver client for Rust.1,948Apache-2.0
sulfur-archiveSmall and fast file archiver71MIT OR Apache-2.0
sulhydA package for application developer1,518MIT
sulidSULID is a unique ID generation algorithm that combines the benefits of ULID and Snowflake.10,140MIT
sulksulk1,466MIT OR Apache-2.0
sully_graphPersonal graph library2,483GPL-3.0-only
sully_inputRich input for parsers7,433GPL-3.0-only
sully_pegProc macro for PEG generation2,914GPL-3.0-only
suln`suln` is a CLI that prints surroundings of line number with `grep`.4,136MIT
sultan_functionFirst function1,748MIT
sultan_function_2Second library for practice1,728MIT
suluk-corePerformance core for the OpenAPI v4.0 'Suluk' candidate: parse, signature, and reverse-parse uriTemplate matching. CANDIDATE…35Apache-2.0
sumGeneral-purpose sum types.80,885MIT OR Apache-2.0
sum-calcA sum calc.21,279MIT OR Apache-2.0
sum-queueQueue struct that keeps a fixed number of items by time, not capacity, and allows to get summarized stats of its content5,415LGPL-3.0
sum-storageA pallet with two storage items whose sum is exposed via a custom runtime API1,755GPL-3.0-or-later
sum-tokenCalculate the token usage of text offline93MIT
sum-tree-gpui-unofficialA sum tree data structure, a concurrency-friendly B-tree2,301Apache-2.0
sum1A tool to sum 2 integers973MIT OR Apache-2.0
sum_errorDerive macros for fast summing of error types into error enum.4,443MIT
sum_rangeThe sum of all consecutive numbers, both even and odd.1,009MIT
sum_tree-gpui-standaloneA sum tree data structure, a concurrency-friendly B-tree410Apache-2.0
sum_typeA convenience macro for creating a wrapper enum which may be one of several distinct types.79,441MIT
sumaA command line utility for subgraph matching.4,054MIT
suma_coreA core library for suma_ulsa, used for academics methods and data processing.756MIT
suma_ulsaSistema Universitario de Métodos Académicos (SUMA) - librería Rust con bindings Python42MIT
sumatra-pdftodo!()1,487MIT
sumatradigestA Memory-Safe Hash Digest Tool Written In Rust2,238MIT
sumchain-cryptoCryptographic operations for SUM Chain (an L1 blockchain): Ed25519 keypairs / signatures, BLAKE3 hashing, and the X25519 +…96MIT OR Apache-2.0
sumchain-primitivesCore primitive types and on-chain wire formats for SUM Chain (an L1 blockchain): addresses, hashes, blocks, transactions,…119MIT OR Apache-2.0
sumchain-wireByte-frozen on-chain wire formats for SUM Chain (an L1 blockchain): addresses, hashes, transactions, and every subprotocol…96MIT OR Apache-2.0
sumcolA command-line tool to sum a column of numbers.5,193MIT OR Apache-2.0
sumdno_std support for the Graupner HoTT SUMD protocol554MIT
sumdirCompute deterministic hash of a directory3,339MIT
sumhashsumhash cryptographic function implementation2,753MIT
sumiA simple analysis for small RNA libraries with UMIs.2,621MIT
sumifyBatch checksum tool for file integrity verification2,664MIT
sumlibThis is just a discription4,431MIT
sumlibrarySome description2,913MIT
summsum of numbers1,755MIT
summaFast full-text search server40,504non-standard
summa-coreSumma Core library19,735non-standard
summa-protoSumma search server proto files42,368non-standard
summa-publisherTool for publishing directories with symlinks to iroh8,478non-standard
summa-serverFast full-text search server5,128non-standard
summa-unixfsImplementation of unixfs for iroh3,265Apache-2.0/MIT
summainFile manifests2,905GPL-3.0-or-later
summarizeCLI tool to summarize audio/video files3,830MIT
summaryExtract the sentences which best summarize a document.1,760MIT OR Apache-2.0
summary-rsA summary library for lithium battery and sodium ion battery2,445AGPL-3.0
summarymddump a codebase to a markdown file42GPL-3.0-or-later
summavySearch engine library52,707MIT
summavy-bitpackerTantivy-sub crate: bitpacking8,782MIT
summavy-commoncommon traits and utility functions used by multiple tantivy subcrates9,900MIT
summavy-ownedbytesExpose data as static slice7,746MIT
summavy-query-grammarSearch engine library4,581MIT
summavy-sstablesstable implementation2,142MIT
summavy-stackerstacker2,242MIT
summavy-tokenizer-apiTokenizer API of summavy2,246MIT
summavy_codecsFast field codecs used by tantivy6,915MIT
summavy_fastfield_codecsFast field codecs used by tantivy3,422MIT
summayvy-tokenizer-apiTokenizer API of summavy1,572MIT
summed-areaImplementation of a summed-area table for fast sums or averages of subsections of a 2d array or an image42,619MIT OR Apache-2.0
summed-area-tableImplementation of a summed area table19,357MIT
summerRust microservice framework like spring boot in java3,254MIT
summer-apalisIntegration of rust application framework summer-rs and apalis394MIT
summer-bootsummer boot14,901Apache-2.0
summer-boot-autoconfiguresummer boot autoconfigure12,030Apache-2.0
summer-boot-macrosummer boot macro12,820Apache-2.0
summer-cosTencent COS (Cloud Object Storage) plugin for summer framework49MIT
summer-ext-macrosProc-macros for summer-rs contrib plugins (GCP Pub/Sub, Sa-Token)285MIT
summer-grpcIntegration of rust application framework summer-rs and tonic gRPC framework215MIT