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
native-tls
A safe, ergonomic Rust wrapper over each platform's native TLS implementation.
@antv/layout
A collection of graph layout algorithms that turn node-and-edge data into renderable coordinates.
hyper-tls
A minimal HTTPS connector that pairs hyper with native-tls for secure Rust HTTP clients.
querystringify
A small, dependency-free JavaScript library for parsing and building URL query strings, with built-in protection against prototype-pollution keys.
base64-stream
Streaming Base64 encoder and decoder Transform classes for Node.js, so binary data can be converted on the fly instead of buffered in memory.
@algorithm.ts/lcs
Three interchangeable algorithms for finding the longest common subsequence, from classic DP to linear-space Myers diff.
wreq-util
Browser and OkHttp client emulation, TLS certificate compression, and delay middleware for the wreq HTTP client.
html-escape
Context-aware HTML encoding and entity decoding for Rust, with no-std support.
stringify-entities
A small, spec-compliant encoder that serializes HTML character references, with fine-grained control over named, decimal, and hexadecimal output formats.
url-escape
Rust crate for encoding and decoding special characters in URLs
base16
Fast, no_std-friendly hexadecimal (base16) encoding and decoding for Rust