Open Source Packages
Libraries, frameworks, tools, and SDKs used by the apps in this directory — scored the same way as the apps themselves.
All Packages
Category
Sort:Used by Most Apps
TanStack Query
Hooks-based async state management for fetching, caching, and syncing server data in React.
serde_json
The de facto standard JSON library for Rust, built on the Serde serialization framework
serde
A generic framework for serializing and deserializing Rust data structures efficiently and safely.
Pydantic
Data validation and settings management using Python type hints, backed by a Rust core.
Tokio
The async runtime powering most of Rust's networked, concurrent, and I/O-bound applications.
Chart.js
Simple, flexible JavaScript charting for designers and developers
reqwest
An ergonomic, batteries-included HTTP client for Rust, with async and blocking APIs.
tempfile
A secure, cross-platform Rust library for temporary files and directories that clean up automatically on drop.
base64
Correct, fast, and configurable base64 encoding and decoding for Rust, with pluggable alphabets and padding.
PapaParse
The fastest in-browser CSV parser for JavaScript, with streaming, Web Workers, and zero dependencies
Faker
Generate massive amounts of realistic fake data for testing, seeding, and mocking in JavaScript and TypeScript.
regex
Rust's finite-automata regex engine with guaranteed linear-time matching and no catastrophic backtracking.
Chrono
Timezone-aware date and time handling for Rust, with correct calendar operations and flexible strftime-style formatting.
Clap
The most widely used command-line argument parser for Rust, with both derive and builder APIs.
uuid
Generate and parse UUIDs in Rust across every standardized version, from v1 to v8.
SWC
Rust-based JavaScript/TypeScript compiler, a drop-in super-fast alternative to Babel
sha2
Pure Rust implementation of the SHA-2 hash function family (SHA-224/256/384/512) with hardware-accelerated backends.
tracing
Structured, application-level diagnostics for async Rust programs, built around scoped spans and events.
Ruff
An extremely fast Python linter and code formatter, written in Rust, built as a drop-in replacement for Flake8, Black, isort, and dozens of plugins.
SWR
React Hooks for data fetching with built-in caching, revalidation, and real-time updates
Tauri
Build tiny, fast, and secure desktop and mobile apps with a Rust backend and a web frontend.
gray-matter
Fast, dependable front-matter parser for YAML, JSON, TOML, and CoffeeScript metadata blocks
toml
A native Rust encoder and decoder for TOML with first-class Serde support.
quote
The quasi-quoting library that turns Rust syntax into token streams for procedural macros.