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
Tags2
Sort:Used by Most Apps
jose
Zero-dependency JWT, JWS, JWE, and JWK toolkit for Node.js, browsers, and edge runtimes.
DashMap
A blazing-fast concurrent HashMap for Rust that shards state across locks instead of using one global RwLock.
Orama
A dependency-free full-text, vector, and hybrid search engine that runs entirely in JavaScript.
rust-rocksdb
Idiomatic Rust bindings and wrapper for Facebook's RocksDB embedded key-value store.
bon
Compile-time-checked builder generator and named function arguments for Rust
generic
A collection of type-safe generic data structures for Go, built on Go 1.18 generics with no reflection or interface{} boxing.
Rhai
A small, safe, embeddable scripting language and evaluation engine for Rust.
smoltcp
A standalone, heap-free TCP/IP networking stack for bare-metal and embedded Rust systems.
zenoh
Zero-overhead pub/sub, query, and storage protocol for unifying data in motion, data at rest, and computation.
heapless
Static, no_std data structures like Vec, String, and Deque with fixed capacity — no heap allocator required.
gdbstub
A no_std-first Rust implementation of the GDB Remote Serial Protocol for debugging emulators and embedded targets.
spade
Delaunay triangulations and Voronoi diagrams for the Rust ecosystem
radix_trie
A fast, generic radix trie for Rust with compressed nodes and ancestor/descendant prefix lookups.
bimap-rs
Fast, generic bijective maps for Rust that feel like the standard library.
lru-cache
A fixed-capacity least-recently-used cache for Rust, built on a linked hash map with O(1) inserts, lookups, and evictions.