Rusty TypeScript
A TypeScript implementation of Rust's Option and Result types.
TS implementation of Rust-like enums (e.g. Option<T>, Result<T, E>)
[](https://jsr.io/@chzky/core)
A TypeScript implementation of Rust's `Option<T>` type for safe handling of nullable values with functional programming patterns. Eliminates common null/undefined runtime errors by wrapping potentially null values in an `Option` container that must be exp
A TypeScript implementation of Rust's `Option<T>` type for safe handling of nullable values with functional programming patterns. Eliminates common null/undefined runtime errors by wrapping potentially null values in an `Option` container that must be exp
Rust Option<T> and Result<T, E> types for Flow
functional error handling like go and rust
AtomicKit is an ultra-lightweight, **polyglot execution engine** designed to run distributed logic across multiple languages (**Node.js, Python, Rust, Go**) without the overhead of managing microservices or containers for every small task.
Four easy unwrap Result and Option macros that allow for any inline-scoped code for things like return, continue, and break.
memory efficient integer array
Safe Rust bindings for libfyaml YAML parser with DOM navigation, path queries, and serde-compatible Value type
Portable mixed-precision math, linear-algebra, & retrieval library with 2000+ SIMD kernels for x86, Arm, RISC-V, LoongArch, Power, & WebAssembly
A OS based timer and timer queue which implements timeout queues of different types.
The unwrapped crate
Rust CAD library powered by statically linked, headless OpenCASCADE (OCCT 8.0.0)
Statistical modeling for Rust — OLS/WLS regression, GLM, survival analysis, ARIMA/VAR, nonparametric tests, and more. A statsmodels-style library.
Rust bindings for the SIRIUS metabolomics tool
An embedded, in-memory, lock-free, transaction-based, key-value database engine
An unwrap! and an unwrap_err! macro
no_std-first Base64 encoding and decoding with strict APIs and a security-heavy release process