Skip to content

Overview

Futurum.Core provides :

  • Result data type encapsulating computational result that represents the result that is either a success or a failure
  • Option data type that represents a value that is either present or not present
  • Based on the concepts behind Railway Oriented Programming
  • Extension methods that allows interacting with and going into and out of the Result and Option data types
  • Tested solution > 99% test coverage
  • Fluent discoverable and commented API

GitHub