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
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.
Pinia
Intuitive, type-safe, and flexible state management store for Vue applications.
Protocol Buffers
Google's language-neutral, platform-neutral binary format for serializing structured data
serde_yaml
Strongly typed YAML serialization and deserialization for Rust, built on Serde
orjson
A fast, correct, Rust-backed JSON library for Python with native dataclass, datetime, and numpy support
protobuf.js
A fast, conformant JavaScript and TypeScript implementation of Protocol Buffers, no protoc required
bincode
A compact, zero-fluff binary encoder and decoder for turning Rust structs into space-efficient byte streams.
itsdangerous
A small Python toolkit for cryptographically signing data so you can trust it hasn't been tampered with when it comes back from an untrusted client.
jsoniter
A high-performance, 100% compatible drop-in replacement for Go's encoding/json.
prost
A Protocol Buffers implementation for Rust that generates simple, idiomatic types via derive macros.
msgpack
A reflect-based MessagePack encoder and decoder for Go with struct tag support, custom extensions, and a sync.Pool-backed API for allocation-light serialization.
serde_with
Custom de/serialization helpers for Rust's serde, via the with and serde_as annotations
msgspec
A fast, zero-cost serialization and validation library for JSON, MessagePack, YAML, and TOML in Python.
rmp-serde
Serde-powered MessagePack serialization and deserialization for Rust