Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 534 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 534 Bytes

ResultSharp

Build and Test NuGet

This library provides an implmentation of a Result monad. With its API inspired by Rust's Result type

Usage

using ResultSharp;
using static ResultSharp.Prelude;