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.
tsift-cliCLI dispatch layer for tsift — clap types, command handlers, and output formatting302MIT
tsift-coreProvider-neutral graph types and GraphStore trait for tsift3,803MIT
tsift-digestCode-aware digest emitters for tsift — diff / log / metric / test digests with shared summary-cache enrichment408MIT
tsift-graphLanguage-aware graph extraction — call sites, routes, community detection, and path finding for tsift681MIT
tsift-indexTsift index foundation — config loading, project walk, init/instructions, AST symbol index643MIT
tsift-kgShared local Knowledge Graph extraction pipeline for tsift and agent-doc158MIT
tsift-libsqllibSQL graph store backend for tsift248MIT
tsift-local-modelLocal model profile, GPU probe, and lifecycle contracts for tsift Knowledge Graph extraction178MIT
tsift-md-astFocused tree-sitter-md markdown AST + heading/section model — a leaf crate shared by tsift and other consumers (e.g. agent-doc)…635MIT
tsift-memgraphragMemGraphRAG graph projection and retrieval layer for tsift247MIT
tsift-memoryFirst-party tsift memory substrate: schema, budgeted handoffs, graph projection, and imports3,092MIT
tsift-qualityQuality-gate surfaces for tsift — audit, perf gates, DCI benchmarks, runtime churn detection537MIT
tsift-resolutionMulti-strategy reference resolution, scoring heuristics, and path blocklist for tsift363MIT
tsift-searchSearch + impact surfaces for tsift — lexical search adapter, impact analysis, and tagpath annotation362MIT
tsift-sessionSession observability for tsift — session cost / digest / review across Claude, Codex, and agent-doc transcripts256MIT
tsift-sim-worldDeterministic SimWorld test harness for tsift — seeded corpus + named-edge traces over the session/rewrite/status surfaces211MIT
tsift-sqliteSQLite graph store backend for tsift739MIT
tsift-statusSession health + lock diagnostics for tsift — index freshness, instruction version, summary-cache and lock-sidecar status362MIT
tsift-summarizeTsift cached LLM analysis — pre-computed summaries, entities, relationships, and snapshot-fallback reader491MIT
tsift-surrealdbOptional SurrealDB graph store backend spike for tsift281MIT
tsift-tokensaveTokensave DB reader adapter for tsift — schema mapping + FTS5 search362MIT
tsifyTsify is a library for generating TypeScript definitions from rust code.8,465,817MIT OR Apache-2.0
tsify-macrosMacros for tsify8,416,938MIT OR Apache-2.0
tsify-nextTsify-next is a library for generating TypeScript definitions from rust code.1,482,617MIT OR Apache-2.0
tsify-next-macrosMacros for tsify-next1,480,746MIT OR Apache-2.0
tsil_cevLinkedList on Vec6,512MIT
tsinfoInformation about UNIX timestamps1,613GPL-3.0
tsinkA lightweight embedded time-series database with a straightforward API4,867MIT
tsink-serverServer mode for tsink with Prometheus remote read/write wire compatibility89MIT
tsip-parserRFC 3261 SIP URI (§19.1) and Address (§25.1) parser/serializer211MIT
tskTask management cli.2,021GPL-3.0
tsk-aitsk-tsk: keeping your agents out of trouble with sandboxed coding agent automation5,240MIT
tsk-bintsk — work with a clear context131MIT
tsk-cliA command-line first, file-system based task manager2,681non-standard
tsk-coretsk-core - core libs shared with cli and tskd270MIT
tsk-rsA task manager2,704MIT
tsk_libTask management shared functions and structures for the tsk family of tools.2,846GPL-3.0
tskdtskd - daemon for tsk processing111MIT
tskitrust interface to tskit56,183MIT
tskit-deriveprocedural macros for tskit-rust6,582MIT
tskit2tskitData exchange between tskit (rust) and tskit (python)59MIT
tskit_rustrust interface to tskit2,426MIT
tsltime series list4,817MIT OR Apache-2.0
tsl-umdTSL UMD tally protocol implementation899non-standard
tsl256xPlatform agnostic driver for TSL256x series light intensity sensors built using the embedded-hal2,503MIT OR Apache-2.0
tsl2591embedded hal driver for the TSL25912,874MIT OR Apache-2.0
tsl2591-eh-driverRust embedded-hal driver for the TSL2591 Light Sensor6,012MIT OR Apache-2.0
tsl2591-rsPlatform-agnostic driver for the TSL2591 high dynamic range digital light sensor145BSD-3-Clause
tslimeA lightweight terminal screensaver simulating slime mold growth patterns52MIT
tslinkCreates typescript definitions based on rust code32,985Apache-2.0
tsliteTSLite is a small embeddable time-serie database.6,918CECILL-2.1
tslocalClient library for the Tailscale Local API876BSD-3-Clause
tsmtsm(tmux session manager) is a cli tool to switch and create tmux sessions1,621GPL-3.0-or-later
tsm-mcp-serverMCP server exposing tsm skill discovery, install, and ACP purchase19Apache-2.0
tsm-reportFetch SEV-SNP/SVSM attestation reports via the Linux configfs TSM report interface (/sys/kernel/config/tsm/report)17MIT OR Apache-2.0
tsm-screencharacter-cell screen4,817MIT
tsm-sysFFI bindings to libtsm7,426MIT
tsmanA feature-rich tmux session manager with fuzzy-finding4,253MIT
tsmatchCollection of utility functions to find pattern in time series data1,948MIT
tsmdgenerate markdown tables from type script files4,143MIT
tsnTypeScript to native executable compiler - Stable Release40MIT
tsnakeA beautiful terminal-based Snake game47MIT
tsnetCompile Tailscale into your program and get an entirely userspace IP address on a tailnet.2,197BSD-3-Clause
tsnpAuto-generate ts-native plugin configuration from Rust crates33MIT OR Apache-2.0
tsonTerse JSON - a compact binary JSON format for microcontrollers and constrained environments90MIT
tsoracleStandalone timestamp oracle server916Apache-2.0
tsoracle-clientgRPC client driver for the timestamp oracle.17,016Apache-2.0
tsoracle-codecShared version-prefixed postcard codec: one `[version_byte | postcard(value)]` framing re-used across the tsoracle toolkits so an…876Apache-2.0
tsoracle-consensusConsensusDriver trait: pluggable consensus extension point for tsoracle (openraft, raft-rs, etcd, ...).1,452Apache-2.0
tsoracle-coreSync algorithm core for tsoracle: window allocator, 46/18-bit timestamp packing, monotonicity invariants, and the shared cluster…18,282Apache-2.0
tsoracle-driver-fileSingle-node fsync-durable file driver (ConsensusDriver impl) for tsoracle.962Apache-2.0
tsoracle-driver-openraftopenraft-backed ConsensusDriver for tsoracle1,004Apache-2.0
tsoracle-driver-paxosOmniPaxos-backed ConsensusDriver for tsoracle839Apache-2.0
tsoracle-failpointShared fail-rs failpoint macro: one `failpoint!` wrapper re-used across the tsoracle crates, zero-overhead when the feature is off961Apache-2.0
tsoracle-openraft-toolkitReusable openraft glue: TypeConfig macro, RocksDB log store, lifecycle helpers1,256Apache-2.0
tsoracle-paxos-toolkitReusable OmniPaxos glue: RocksDB storage, lifecycle helpers, test fakes929Apache-2.0
tsoracle-protoGenerated protobuf/gRPC wire types for the timestamp oracle.17,291Apache-2.0
tsoracle-serverEmbeddable gRPC server for the timestamp oracle.1,111Apache-2.0
tsoracle-standaloneDriver selection, configuration, and peer transport for running a standalone tsoracle node530Apache-2.0
tsoracle-yieldpointAsync yield points: tokio::sync::Notify-backed test injection sites, the async sibling of fail-rs failpoints778Apache-2.0
tsotestTest Total Store Ordering status on your CPU.2,813MIT
tspAn implementation of the TSP protocol used by Tendermint Core. Allows the building of COSMOS apps in Rust.3,951MIT/Apache-2.0
tsp-geoTSP route ordering for geographic lat/lng coordinates, built on the tsp-ils heuristic (spherical embedding, no projection…70Apache-2.0
tsp-http-clientA simple HTTP client for requesting timestamps from a timestamp authority (TSA) using the RFC 3161 standard.1,113MPL-2.0
tsp-ilsClean-room TSP heuristic: candidate-list 2-opt/Or-opt local search with greedy construction, don't-look bits, and (optionally…86Apache-2.0
tsp-ltvShared timestamping (RFC 3161) and long-term validation (OCSP, CRL, trust stores) infrastructure for AdES signatures27,794BSD-2-Clause
tsp-rsTSP tooling written in Rust.292MIT OR Apache-2.0
tsp-solverGenetic travelling salesman problem solver2,802MPL-2.0
tsp_sdkRust implementation of the Trust Spanning Protocol1,171Apache-2.0 OR MIT
tspaTest single page applications2,756MIT
tspawnA thread-safe wrapper around Arc<RwLock<T>> with convenient cloning semantics and async task spawning macros586MIT OR Apache-2.0
tspcTypeSpec compiler CLI — convert .tsp files to JSON, YAML, OpenAPI and more182MIT
tspfA parser for TSPLIB format15,724MIT OR Apache-2.0
TSPLThe Simplest Parser Library50,675MIT
tspl2Simple driver for TSPL/TSPLv2 compatible thermal label printers3,578MIT
tsplibParser for TSPLIB instances5,477MIT/Apache-2.0
tsplib-parserA parser for the TSPLIB format546MIT OR Apache-2.0
tspringTerminal UI for Spring Boot - A modern TUI for managing Spring Boot applications24MIT
tsprotoAn implementation of the TeamSpeak3 protocol as a library for use in clients and bots.6,483MIT OR Apache-2.0
tsproto-commandsStructs for TeamSpeak messages and related resources.2,004MIT/Apache-2.0
tsproto-packetsParse and serialize TeamSpeak packets and commands.6,407MIT OR Apache-2.0
tsproto-structsResource files for several TeamSpeak related data.8,690MIT OR Apache-2.0
tsproto-typesBasic types and enums that are used within the TeamSpeak protocol.6,398MIT OR Apache-2.0
tspsQuickly set up tmux workspaces by splitting windows into multiple panes4,143MIT
tsqlA modern, keyboard-first PostgreSQL CLI485MIT
tsql-coreCore domain types for TSQL.75MIT OR Apache-2.0
tsql-dbDatabase driver boundaries for TSQL.54MIT OR Apache-2.0
tsql-sqlSQL document and parsing boundaries for TSQL.73MIT OR Apache-2.0
tsql-tuiTerminal UI and theme boundaries for TSQL.21MIT OR Apache-2.0
tsqlxA Rust terminal database client focused on reliable SQL editing.60MIT OR Apache-2.0
tsqlx-coreCore domain types for TSQL.182MIT OR Apache-2.0
tsqlx-dbDatabase driver boundaries for TSQL.149MIT OR Apache-2.0
tsqlx-sqlSQL document and parsing boundaries for TSQL.186MIT OR Apache-2.0
tsqlx-tuiTerminal UI and theme boundaries for TSQL.93MIT OR Apache-2.0
tsrunA TypeScript interpreter designed for embedding in applications795MIT
tssGenerated node type enums and metadata from tree-sitter languages255MIT
tss-ecdsaReserved for future use1,638Apache-2.0 OR MIT
tss-esapiRust-native wrapper around TSS 2.0 Enhanced System API2,909,213Apache-2.0
tss-esapi-sysFFI wrapper around TSS 2.0 Enhanced System API2,842,577Apache-2.0
tss-keyfileDecoding of TPM 2.0 TSS Keyfiles from PEM/DER/(ASN.1)2,143MIT
tss-rustGenerated node type enums and metadata from tree-sitter-rust329MIT
tss-sapiBindings to the TPM 2.0 TSS SAPI19,108MIT/Apache-2.0
tss-tspiBindings to the TPM 1.2 TSS TSPI17,203MIT/Apache-2.0
tss2Rust wrapper for tpm2-tss8,683Apache-2.0
tss2-fapi-rsProvides a Rust interface to the TSS2.0 Feature API (FAPI)28,015BSD-3-Clause
tsslibEasy-to-use threshold signature schemes (FROST, ML-DSA, DKLs23) — wire- and save-data-compatible with the Go tss-lib.220MIT
tstTernary search trie collection in rust with similar API to std::collections as it possible38,728MIT
tstorageEmbedded time-series database1,626MIT OR Apache-2.0
tstore-cliCLI for https://thunderstore.io1,598MIT
tstpmoveThis is a simple tool to extract typescript types from multiple to a single file.3,930MIT
tstrtype-level strings on stable3,424,749Zlib
tstr_proc_macrosImplementation detail of tstr.3,412,990Zlib
tstring-format-docInternal document formatter utilities for tstring-html backends1,832MIT
tstring-htmlHTML parser-first renderer for PEP 750 template strings1,824MIT
tstring-jsonJSON parser-first renderer for t-string structured data backends1,963MIT
tstring-syntaxShared syntax and diagnostics primitives for t-string structured data backends2,927MIT
tstring-tdomTDOM parser and formatter backend for PEP 750 template strings1,120MIT
tstring-thtmlT-HTML parser-first renderer for PEP 750 template strings1,734MIT
tstring-tomlTOML parser-first renderer for t-string structured data backends1,964MIT
tstring-yamlYAML parser-first renderer for t-string structured data backends1,965MIT
tsuToml encoding and decoding utilities,parse to toml,convert-json-to-toml,convert-toml-to-json,convert toml to…42,552MIT
tsu-editorA modal text editor written in Rust201GPL-3.0
tsubakuro-rust-corecore library to access Tsurugi for Rust4,143Apache-2.0
tsudokuA terminal-friendly version of sudoku50,967GPL-3.0-or-later
tsugSchema-aware GraphQL reverse proxy14MIT OR Apache-2.0
tsug-cacheSchema-aware GraphQL reverse proxy14MIT OR Apache-2.0
tsug-coreSchema-aware GraphQL reverse proxy12MIT OR Apache-2.0
tsug-serverSchema-aware GraphQL reverse proxy14MIT OR Apache-2.0
tsugaAn early-stage machine learning library for building neural networks in Rust2,941MIT
tsugiki(接ぎ木) HTML tree manipulation library120MIT
tsukaA documentation generator for TypeScript.5,133MIT
tsukai-manifestStructured CLI manifest format for AI-agent consumption — typed model, JSON-schema generation, semantic validation, and tiered…72MIT OR Apache-2.0
tsukai-manifest-cliCLI for the tsukai manifest format — validate, project (Tier 0/1/2), and generate the JSON schema.44MIT OR Apache-2.0
tsukiLua 5.4 ported to Rust2,675MIT
tsuki-macrosProcedural macros for Tsuki1,313MIT
tsuki-schedulerA simple, light wight, composable and extensible scheduler for every runtime.7,996Apache-2.0
tsuki-uxthe official tsuki-ux for terminal apps75MIT
tsukiyomi-fetchA performance-optimized Rust-powered stats fetcher with async API calls, 24h intelligent caching, and customizable Fastfetch…1,068MIT
tsukurouCore utilities for Tsukurou!3,332GPL-3.0
tsukurou_clientThe standard client runtime for Tsukurou!1,883GPL-3.0
tsukurou_coreRust translation of the official Tsukurou! Specification.3,328GPL-3.0
tsukurou_engineReference Tsukurou! engine implementation.1,913GPL-3.0
tsukurou_netNetworking for Tsukurou! compatible programs.1,921GPL-3.0
tsukurou_serverThe standard server runtime for Tsukurou!1,860GPL-3.0
tsukurou_tableA specialized map for storing values of varying types.1,901GPL-3.0
tsukuyomiAsynchronous Web framework for Rust31,145MIT OR Apache-2.0
tsukuyomi-askamaAskama integration for Tsukuyomi.4,727MIT OR Apache-2.0
tsukuyomi-corsCORS support for Tsukuyomi3,385MIT/Apache-2.0
tsukuyomi-internalinternal crate for Tsukuyomi.4,853MIT OR Apache-2.0
tsukuyomi-juniperComponents for integrating GraphQL endpoints into Tsukuyomi.7,531MIT OR Apache-2.0
tsukuyomi-macrosProcerual macros for Tsukuyomi13,791MIT OR Apache-2.0
tsukuyomi-serverAn implementation of HTTP server for Tsukuyomi, based on hyper and tower-service.10,591MIT OR Apache-2.0
tsukuyomi-serviceAbstraction of service layer in Tsukuyomi, based on tower-service.6,616MIT OR Apache-2.0
tsukuyomi-sessionSession support for Tsukuyomi.3,353MIT OR Apache-2.0
tsukuyomi-tungsteniteThe basic WebSocket support for Tsukuyomi, powered by tungstenite3,304MIT OR Apache-2.0
tsum_calcA simple command-line Triangle Sum Theorem calculator.1,772MIT OR Apache-2.0
tsumikiCore traits for X.509 certificate parsing and handling620MIT
tsumiki-asn1ASN.1 object representation and parser for X.509 certificates372MIT
tsumiki-cliCommand-line tool for X.509 certificate inspection and PKCS handling48MIT
tsumiki-derDER (Distinguished Encoding Rules) parser for ASN.1 structures443MIT
tsumiki-pemPEM format parser and encoder for X.509 certificates511MIT
tsumiki-pkcsPKCS standards (PKCS#1, PKCS#8, PKCS#9, SEC1) for cryptographic key handling134MIT
tsumiki-pkix-typesPKIX types (AlgorithmIdentifier, Name, etc.) for X.509 certificates297MIT
tsumiki-x509X.509 certificate parsing and handling with full v3 extensions support134MIT
tsumugiritokiThis package name is reserved.24MIT
tsumuguA HTTP(S) syncing tool with lower overhead, for OSS mirrors19,698MIT
tsumugu-netNetwork abstraction for tsumugu476MIT
tsumugu-parserParser for various directory listing formats365MIT
tsunagimacOS-Android bridge daemon19MIT
tsunagi_functionsThis is a bridge until a de facto standard SDK is available.3,844MIT
tsunagi_sdkThis is a bridge until a de facto standard SDK is available.1,550MIT
tsunaguTsunagu (繋ぐ) — service/daemon IPC framework: Unix sockets, health checks, process management546MIT
tsunamiToolkit for running short-lived jobs on cloud VMs50,012MIT OR Apache-2.0
tsunami_simulationA tsunami evacuation simulation library1,645MIT
tsunderePlaceholder. Possibly Rare but in Rust...1,513MIT OR Apache-2.0
tsurCount ASCII characters in file(s).8,605MIT OR Apache-2.0
tsuruHeadache-free PEG parsing1,580MIT
tsuuchiTsuuchi (通知) — platform-agnostic notification framework with trait-based backends57MIT
tsuyopon_test_crateThis crate is my first published one.3,668MIT
tsuzuriTsuzuri is a Event Sourcing framework for Rust, designed to be simple and easy to use.6,404MIT OR Apache-2.0