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.
famlMinimalist and powerful dynamic markup language1,099MIT
famousProject placeholder1,257MIT
famous-last-wordsError codes inspired by AIs, robots and other entities from books and movies2,938non-standard
famulusLSP server integrating LLMs3,235AGPL-3.0+
fanSimplifies fanning-out (and eventually -in) with channels6,025Apache-2.0
fan-langFantom programming language25AFL-3.0
fancpTypes and methods for parsing/ creating Fan Control Protocol messages.2,942MIT
fanctlFancontrol replacement in Rust with YAML configuration11,343GPL-3.0
fancyEasily print colored text.12,223MIT
fancy-cliA tool to search files1,289MIT OR Apache-2.0
fancy-defaultA better `derive(Default)` implementation.2,001MIT OR Apache-2.0
fancy-default-deriveA better `derive(Default)` implementation.2,335MIT OR Apache-2.0
fancy-dockermake docker ps fancy again92WTFPL
fancy-durationFancy text representations for durations1,169,818MIT
fancy-ffmpegFancy wrapper to ffmpeg cli1,023Apache-2.0
fancy-ipFanciest way to initialize IP addresses3,993MIT
fancy-logA fancy logging library with colorized output and structured logs.4,991MIT
fancy-promptfancy-prompt is an improved shell prompt with several useful features15,184MIT
fancy-regexAn implementation of regexes, supporting a relatively rich set of features, including backreferences and look-around. Aims to be…184,738,306MIT
fancy-regex-fork-pbA custom fork of the fancy-regex crate. You probably don't want to use this.9,900MIT
fancy-regex-macroA simple macro to use a fancy-regex Regex statically2,435MIT
fancy-sys-info-testa testing crate for fancy_sys_info2,029MIT
fancy-tableFancy tables with bells and whistles5,041MIT
fancy-treeA `tree` alternative with git support, code language detection, and nerd fonts.136MIT OR Apache-2.0
fancy_constructorDerive a highly configurable constructor for your struct3,336,851MIT OR Apache-2.0
fancy_flocksCross-process reader-writer locks using file locks4,390MIT/Apache-2.0/BSL-1.0
fancy_indexingnumpy's fancy-indexing for Rust linear algebra crates3,769Apache-2.0
fancy_mdbxFancy wrapper for libMDBX4,129MIT OR Apache-2.0
fancy_mockerA library for transforming text into alternating uppercase and lowercase letters, resembling the Spongebob Mock Meme.1,688Unlicense
fancy_printEasily print animated ASCII text to the terminal!2,458MIT
fancy_sliceA library that provides reflection for tree structures8,286MIT
fancy_sortImplementations of different sorting algorithms in Rust!3,504MIT
fancy_sys_infofancy system info library.3,631MIT
fancybookScientific book rendering based on `mdbook`.2,649MIT OR Apache-2.0
fancyerEasily print colored text at runtime.1,654MIT
fandhe-backend-corefandhe-backend の最小コア。HTTP/1.1 サーバ・3 種拡張点(Middleware / UpgradeHandler / RequestGate)・Cargo feature 駆動のプラグイン配線を提供する。18MIT OR Apache-2.0
fandhe-backend-httpfandhe-backend の HTTP/1.1 プリミティブ(sans-IO パーサ・レスポンス構築・chunked / query / form / cookie 各パーサ)。32MIT OR Apache-2.0
fandhe-backend-plugin-compressionfandhe-backend のレスポンス圧縮プラグイン(イシュー #321)。gzip での帯域削減を提供する。19MIT OR Apache-2.0
fandhe-backend-plugin-corsfandhe-backend の CORS プラグイン(イシュー #305)。プリフライト応答の組み立てと実リクエストへのヘッダ付与を提供する。19MIT OR Apache-2.0
fandhe-backend-plugin-graphqlfandhe-backend の GraphQL プラグイン実装(TASK-5.1 / #38)。パスインターセプト型のプラグイン境界パターン(TASK-2.4 / #21 で確立、webrtc-proxy と並ぶ第 2…17MIT OR Apache-2.0
fandhe-backend-plugin-hub-wiringfandhe-backend の hub 共通配線プラグイン(TASK-9.1 / TASK-9.2)。コアの RequestGate 拡張点上に TenantGate を実装し、RS256 + JWKS による JWT 検証 → org_id 抽出 →…13MIT OR Apache-2.0
fandhe-backend-plugin-openapifandhe-backend の OpenAPI ドキュメント生成プラグイン(TASK-3.1)。実装本体(crates/routes 等)とは疎結合な「ドキュメント専用関数」に utoipa::path を付与し ApiDoc…17MIT OR Apache-2.0
fandhe-backend-plugin-staticfandhe-backend の静的ファイル配信プラグイン(イシュー #318)。パストラバーサル対策・spawn_blocking I/O を備えたディレクトリ配信を提供する。19MIT OR Apache-2.0
fandhe-backend-plugin-tracingfandhe-backend の可観測性(サンプリング付きトレーシング)プラグイン(TASK-10.1)。REQ-10 の PoC-10 実測(サンプリングなし構成で RPS 劣化 31.6%・p95 悪化 61.7%)を踏まえ、Middleware…16MIT OR Apache-2.0
fandhe-backend-plugin-webrtcfandhe-backend の in-process WebRTC プラグイン(TASK-8.1)。SDP Offer/Answer・データチャネル確立を webrtc-rs でプロセス内完結させる。REQ-8 の MVP…14MIT OR Apache-2.0
fandhe-backend-plugin-webrtc-proxyfandhe-backend の WebRTC シグナリングプロキシプラグイン(TASK-8.2-2)。別プロセスに切り出した WebRTC サービスへ SDP Offer/Answer を中継し、webrtc-rs…14MIT OR Apache-2.0
fandhe-backend-plugin-websocketfandhe-backend の WebSocket プラグイン(TASK-4.1)。コアの UpgradeHandler 拡張点から委譲された接続に対し、RFC 6455 ハンドシェイクの検証・101 応答の送出・tokio-tungstenite…19MIT OR Apache-2.0
fandhe-backend-routesfandhe-backend のルータ(静的・パスパラメータ・ワイルドカード・フォールバック・async ハンドラ対応)。fandhe-backend-http にのみ依存する中間層。20MIT OR Apache-2.0
fandhe-frontend-appfandhe-frontend-app: SSR/SSG/CSR 三モード共通のモード非依存コンポーネントライブラリ(fandhe-frontend-core のみに依存)。72MIT OR Apache-2.0
fandhe-frontend-clifandhe-frontend-cli: AI 自己保守フック向け `fw` コマンド(TASK-13.1、structure.toml のスキーマ・パース・生成)。外部依存ゼロ。28MIT OR Apache-2.0
fandhe-frontend-corefandhe-frontend-core: 描画コア(ノード木 API・既定エスケープレンダラ)。外部依存ゼロ。89MIT OR Apache-2.0
fandhe-frontend-dist-serverfandhe-frontend-dist-server: TASK-9.1b。fandhe-frontend-core / fandhe-frontend-app / fandhe-frontend-server…53MIT OR Apache-2.0
fandhe-frontend-headless-uifandhe-frontend-headless-ui: headless UI コンポーネント層(anatomy・data-* 属性・WAI-ARIA。イシュー #520/#522/#524)。外部依存は fandhe-frontend-core /…171MIT OR Apache-2.0
fandhe-frontend-interactivefandhe-frontend-interactive: 状態管理コア(DOM/wasm-bindgen 非依存の状態機械・ハイドレーション契約)。外部依存は fandhe-frontend-core のみ。81MIT OR Apache-2.0
fandhe-frontend-pre-styled-uifandhe-frontend-pre-styled-ui: pre-styled UI コンポーネント層(headless-ui 上層のスタイル済み部品、イシュー #520/#546)。外部依存は fandhe-frontend-headless-ui…158MIT OR Apache-2.0
fandhe-frontend-serverfandhe-frontend-server: パスマッチングルーティング(router.rs)+ SSR/SSG エントリ(ssr.rs/ssg.rs)。外部依存ゼロ。HTTP 配信は fandhe-frontend-dist-server へ委譲する。58MIT OR Apache-2.0
fandhe-frontend-wasm-clientfandhe-frontend-wasm-client: REQ-6 最小ハイドレーション方式のクライアントランタイム。サーバー出力済み DOM を再構築せず、イベントリスナーを後付けする hydrate() と、SSR/SSG と同一関数を呼ぶ CSR 用…99MIT OR Apache-2.0
fandhe-frontend-wasm-fullfandhe-frontend-wasm-full: WASM 完全方式のクライアントランタイム(イベント処理・DOM 更新を safe Rust に閉じ込める)。32MIT OR Apache-2.0
fandhe-frontend-wasm-thinfandhe-frontend-wasm-thin: REQ-11 の薄い JS グルー方式(オプトイン)向け WASM ランタイム。イベント配線・DOM 更新は JS グルーに委ね、WASM 側は文字列 in・文字列 out…15MIT OR Apache-2.0
fandwill-sdkAsync HTTP client for the Fandwill platform API (native and WASM).13MIT OR Apache-2.0
fandwill-voSerde, garde, and utoipa value objects for the Fandwill platform API.40MIT OR Apache-2.0
fanfou[WIP] fanfou.com API client1,918GPL-3.0-only
fanfou-types[WIP] fanfou.com API types1,949GPL-3.0-only
fangBackground job processing library for Rust103,308MIT
fang-derive-errorA fang macro that facilitates to implement From<FangError>56,744MIT
fang-toolkitA hackers toolkit66Apache-2.0
fang_oostA library implementing Fang and Oosterlee's algorithm for inverting characteristic functions.58,490MIT
fang_oost_optionA library implementing Fang and Oosterlee's algorithm for option pricing.85,127MIT
fanin-mcpA standalone, stdio-native MCP proxy that federates many upstream MCP servers behind a single endpoint.63MIT OR Apache-2.0
fannWrapper for the Fast Artificial Neural Networks library40,920LGPL-3.0
fann-sysLow-level bindings to the Fast Artificial Neural Networks library19,601LGPL-3.0
fanoA simple writing tool in the terminal that forces you to focus only on the last few words you are writing.2,886MIT
fanotify-fidLinux fanotify FID (File Identifier) mode event parser and file handle utilities740MIT
fanotify-rsThe high-level/low-level implementation of Linux Fanotify.30,196MIT OR Apache-2.0
fanovaA Rust implementation of fANOVA (functional analysis of variance)10,445MIT
fanqie_dev_toolA useful development tool for various tasks,Refer to https://github.com/maochunguang/my_dev_tool repository, thanks to the…3,437MIT OR Apache-2.0
fansSimple structures common to controlling fans5,008MPL-2.0
fanserviceTemperature-sensor based fan-speed regulator for PowerEdge servers2,908GPL-3.0
fansiSimple drop-in ansi support for strings printed to the terminal.1,650non-standard
fantaA middleware based http async web server.13,001MIT
fanta-cliA cli for Fanta, the rust web framework.3,545MIT
fantasyAn abstract rendering engine1,711MIT
fantasy-cpu-emulatorFantasy CPU Emulator.3,046GPL-3.0
fantasy-cpu-emulator-macrosFantasy CPU Emulator Macros.3,868GPL-3.0
fantasy-craftA 2D / 2.5D game engine built on top of Macroquad and Hecs for the Foxvoid Ecosystem195MPL-2.0
fantasy-namegenA simple name generator2,350MIT
fantasy-utilJelipo custom utils12,728MIT
fantasy_art一个用于艺术建模的库1,578MIT
fantasy_realms_unofficial_apiAn unofficial API for the Fantasy Realms card game.523MIT
fantiCross-platform command-line translation: en-US 🇺🇸 ⇄ zh-TW 🇹🇼.1,242MIT OR Apache-2.0
fantocciniHigh-level API for programmatically interacting with web pages through WebDriver.3,533,137MIT OR Apache-2.0
fantoccini-stableHigh-level API for programmatically interacting with web pages through WebDriver.2,928MIT/Apache-2.0
fantomFantom programming language27AFL-3.0
fanuc_uclUnofficial Control Library for FANUC Robots562Apache-2.0
fanyiTest use1,660MIT OR Apache-2.0
fanyi-rscommend line tool for translate word between chineses and english1,672MIT
fapRust warpper around Fabulous APRS Parser (aka libfap)6,008Artistic-1.0-Perl
fapolicy-rulesRule support for fapolicyd3,028MPL-2.0
fapshi-rsRust SDK for Fapshi payment service1,617MIT
faptFaux' apt package manager for Debian3,359MIT OR Apache-2.0
fapt-pkgFaux' apt package manager for Debian1,969MIT
farFind And Replace string template engine19,401MIT OR Apache-2.0
far-rsCLI tool for FAR archives1,634MIT
far_macrosMacros for the far crate16,050MIT OR Apache-2.0
far_sharedShared code for the far crate15,402MIT OR Apache-2.0
faraFind And Replace App — a fast and flexible command-line tool to search and replace text across files and folders.1,047Apache-2.0
faradayParameterized test case library for Rust ⚡️1,218MIT OR Apache-2.0
faraday-macroAttribute macro crate for the faraday parameterized tests library.115MIT OR Apache-2.0
farahfinn_guessing_gameA game made following the tutorial of the rust book1,665MIT OR Apache-2.0
farbaA CPU graphics library written in pure Rust2,768MIT
farbeA library for working with retro image formats4,610non-standard
farbenMarkup for the Terminal, but safer and faster.1,563MPL-2.0
farben-buildBuild script support for Farben. Parses .frb.toml style files and generates compile-time style registries.163MIT OR Apache-2.0
farben-coreThe internal core library for Farben1,787MIT OR Apache-2.0
farben-macrosProcedural macros for Farben511MIT OR Apache-2.0
farben-mdDEPRECATED: use Farben's `inline` feature instead366MIT OR Apache-2.0
farbfeldA simple encoding format from suckless.4,375Unlicense
farbraumColor space conversions1,665MIT OR Apache-2.0
farc3ARC3 solving for Constraint Satisfaction Problems1,272MIT
farcasterUtility to securely fire commands and arbitrary data to a server over TCP3,952MIT
farcaster-rsA rust crate to interface & interact with the Farcaster.xyz contracts & APIs14,529MIT
farcaster_coreFarcaster project core library, blockchain atomic swaps.45,049LGPL-3.0
farcaster_nodeFarcaster, a cross-chain atomic swap node.10,059MIT
farctoolA program to extract and list file in a FARC archive, used in pokemon mystery dungeon on 3ds3,168CC0-1.0
farereserved for future use666MIT
farenaA file-backed arena allocator using pread for memory byte storage93MIT
fargA Rust library for colorimetry, color space conversions, and color manipulation.663MIT
farginA flexible Rust library for managing project development with integrated configuration and AI-assisted guidance3,054MIT
fargoFargo.2,034BSD-3-Clause
faridExtensible Unique Id Generation for Rust.3,948MIT
farkFramework-agnostic Authentication Kernel for Rust24MIT
farkas-coreExact tiered-rational Farkas-certificate engines for Lean's linarith18Apache-2.0
farmFind And Replace in MySql3,530MIT
farm-analyze-loA lib to calc for efficient with farming of power lvling.3,882MIT
fARM64A pure-Rust, no_std, zero-heap AArch64 (A64) disassembler and semantic encoder.122MIT
farmapA library for working with Farcaster label datasets4,511MIT
farmbotFarm manager manager bot2,045MIT
farmerCrate to create a bot farm via teloxide85MIT
farmersA embedded framework tribe use rust1,386MIT OR Apache-2.0
farmfe_benchFarm Bench5,289MIT
farmfe_compilerFarm Compiler20,362MIT
farmfe_coreCore types and data structures for farm.50,079MIT
farmfe_macro_cache_itemMacro to create a farm cache item27,227MIT
farmfe_macro_pluginmacro for farm plugins17,129MIT
farmfe_plugin_bundleresource pot to bundle10,468MIT
farmfe_plugin_cssCss plugin of farm.22,266MIT
farmfe_plugin_defineDefine plugin of farm.19,999MIT
farmfe_plugin_file_sizefile size plugin of farm.1,056MIT
farmfe_plugin_htmlHtml plugin of farm.19,991MIT
farmfe_plugin_jsonJson plugin of farm.20,095MIT
farmfe_plugin_lazy_compilationLazy compilation plugin of farm.20,057MIT
farmfe_plugin_librarySupport bundling ESM/CJS modules into a pure ESM/CJS module for Farm, similar to Rollup/Esbuild.1,055MIT
farmfe_plugin_mangle_exportsFarm rust plugin for mangling exports for script modules1,052MIT
farmfe_plugin_minifyMinify plugin of farm.20,065MIT
farmfe_plugin_partial_bundlingPartial bundling plugin of farm.19,939MIT
farmfe_plugin_polyfillPolyfill plugin of farm.19,856MIT
farmfe_plugin_progressProgress plugin of farm.19,960MIT
farmfe_plugin_resolveResolve plugin of farm.19,846MIT
farmfe_plugin_runtimeRuntime plugin of farm.19,880MIT
farmfe_plugin_scriptScript compilation plugin of farm.19,512MIT
farmfe_plugin_script_metaFarm rust plugin for updating module meta data for script modules1,219MIT
farmfe_plugin_static_assetsStatic assets plugin of farm.20,117MIT
farmfe_plugin_tree_shakeTree shake plugin of farm.18,983MIT
farmfe_svgr_rsA tool to transform SVG into React components (Farm fork of svgr-rs).23MIT
farmfe_swc_transformer_import_globfarm swc tranformer for vite-style import.meta.glob21,022MIT
farmfe_testingTesting macro for farm.5,259MIT
farmfe_testing_helpersTesting helpers for farm.30,963MIT
farmfe_toolkitToolkit for farm.30,257MIT
farmfe_toolkit_plugin_typesbuiltin tooltips for farm plugins42,330MIT
farmfe_utilsfarm utils76,160MIT
farmhashFarmhash is a successor to Cityhash (also from Google). Farmhash, like Cityhash before it, use ideas from Austin Appleby's…4,866,927MIT
farmhash-ffiAn FFI binding to some of the FarmHash functions1,812MIT
farmhash-sysRust FFI bindings for a minimal implementation of Google's FarmHash hashing algorithms716MIT
farmhash2Farmhash is a successor to Cityhash (also from Google). Farmhash, like Cityhash before it, use ideas from Austin Appleby's…9,161MIT
farmsAutogenerated CPI client for the Kamino Farms program.945Apache-2.0
farmsimBindings/API schemas for all compatible Farming Simulator titles2,541MIT
farmtimeA datetime system for farm RPG games.19MIT
faro_shardingNon-shuffling sharding algorithm.3,175MIT
farpForge API Gateway Registration Protocol (FARP) - Schema-aware service discovery and gateway integration540MIT OR Apache-2.0
farron_minigrepA library search specific string in file given.1,610MIT OR Apache-2.0
farsAn unofficial Rust client for the Firebase Auth REST API.3,583MIT OR Apache-2.0
farscryReserved.19Apache-2.0
farscry-coreCore types and traits for the VASP visual agent state protocol43Apache-2.0
farswell_my_loveDefend your project against Claude22non-standard
fartfitzgen's art8,162MIT/Apache-2.0
fart-2d-geom2-dimensional geometry algorithms built on top of `euclid`.4,901MIT/Apache-2.0
fart-aabbAxis-aligned bounding box (AABB) tree built on top of the `euclid` crate.5,986MIT/Apache-2.0
fart-cliCLI tool for the `fart` framework1,878MIT/Apache-2.0
fart-utilsA small collection of utility functions used by the `fart` crate.5,935MIT/Apache-2.0
fartdownAn experimental semantic markup language and static site generator for crafting hypertext documents1,112AGPL-3.0-only
fartsPort of fart.js library in Rust8,909Apache-2.0
farveTiny macros for owo-color'ful logging and printing5,777GPL-3.0 OR Apache-2.0
farverA Rust color library with easy transformation of colors with less functions.2,624ISC
fasfas: Code by Decree.34MIT
fasbfasb - faceted answer set browser8,746MIT
fascialightweight repl on top of evalexpr for quick correct calculation50MIT
fashcross-platform GUI-app for calculating hashes of files and comparing them to supplied hashes9,998MIT OR Apache-2.0
fashexHexadecimal string encoding and decoding with best-effort SIMD acceleration.226MIT OR Apache-2.0
fashionCSS model and parser (cssparser)3,743MIT OR MPL-2.0
fashion-clip-rsA complete(grpc service and lib) Rust inference with multilingual embedding support. This version leverages the power of Rust for…6,789non-standard