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
colored_json
Colorizes JSON output with ANSI terminal codes by implementing serde_json's Formatter trait directly.
smtp-proto
A fast, zero-copy SMTP/LMTP protocol parser for Rust covering every registered service extension.
geoutils
A Rust crate for geographic distance computations and geofencing utilities
grenad
A Rust library to sort, merge, write, and read immutable key-value pairs on disk
radsort
Radix sort for Rust slices by scalar keys — integers, floats, chars, and bools — with a digit-skipping optimization for real-world speed.
unicode-general-category
Fast, no-std lookup of the Unicode General Category property for Rust `char` values, powered by a two-level table generated from Unicode 16.0 data.
num-cmp
A Rust trait for safely comparing numbers of different integer and floating-point types without manual casting.
lean_string
Compact, clone-on-write string type for Rust with inline storage and a String-compatible API.
sse-stream
A lightweight Rust crate for decoding and encoding Server-Sent Events over any http_body-compatible HTTP body.
querystring
A minimal Rust crate that parses and formats URL query strings with two focused functions.
url-escape
Rust crate for encoding and decoding special characters in URLs
url-parse
A Rust library that breaks URLs into scheme, credentials, domain, port, path, query, and anchor, with support for custom schemes.
alloc-checked
Fallible Rust collections that return Result instead of panicking on allocation failure.
turbovec
A Rust vector index with Python bindings that compresses embeddings to 2-4 bits and searches faster than FAISS.
Encore
Backend framework and infra SDK that turns declared resources into real local and cloud infrastructure
Takumi
Rust rendering engine that turns JSX, HTML, and node trees into images without a headless browser