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
superagent
A small, progressive HTTP request library for Node.js and browsers with a single fluent, chainable API on both platforms.
serde-repr
Derive macros that serialize and deserialize C-like Rust enums as their underlying integer repr value instead of the variant name.
Cockatiel
Resilience and fault-handling for Node.js: retries, circuit breakers, timeouts, and more.
bitpacking
SIMD-accelerated Rust bit-packing for compressing integer sequences at billions of values per second.
Brick\Math
Arbitrary-precision arithmetic for PHP with immutable big integer, decimal, and rational numbers.
itoa
Fast, allocation-free conversion of integer primitives to decimal strings for Rust.
func_timeout
Run any existing Python function with a hard timeout, plus stoppable-thread support
later
Composable library for defining recurring schedules and calculating their next or previous occurrences.
deranged
Ranged integer types for Rust that encode compile-time minimum and maximum bounds in the type system.
integer-encoding
Varint, zigzag, and fixed-length integer encoding and decoding for Rust.
nonmax
Rust integer types that can hold any value except their type's maximum, so Option<T> costs nothing extra over T.
unlimited-timeout
Drop-in setTimeout and setInterval replacements that work correctly with delays longer than JavaScript's ~24.8-day maximum.
js-cuint
Emulates C-style unsigned 32-bit and 64-bit integer arithmetic in JavaScript, giving hashing and bit-twiddling code overflow-safe math without floating-point rounding.
is-odd
A minimal JavaScript utility that checks whether a number or numeric string is odd, with built-in type and integer-range validation.