lib-result
A Rust-inspired `Result` type for type-safe error handling in TypeScript and JavaScript
rustlike-ts
A Rust-like functional utility library for safe and expressive error handling in TypeScript.
@ts-rust/std
Rust-inspired utilities for TypeScript: Option, Result, and error handling for safer, more predictable code.
@rustable/enum
Rust-inspired pattern matching and type-safe error handling for TypeScript. Includes Option<T> for null-safety and Result<T, E> for error handling, with comprehensive pattern matching support