Skip to content

nekronos/ResultSharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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;