stdlibx-result

This package provides a result type that represents either a successful value (Ok) or an error (Error). Inspired by Rust’s Result type, it enables explicit, functional error handling without relying on exceptions.

Installation

pip install stdlibx-result
uv pip install stdlibx-result
poetry add stdlibx-result
pipenv install stdlibx-result