Releases: tluijken/rsharp
Releases · tluijken/rsharp
0.1.2
Added Tee
method.
Map can return either Result or Option, based on the given map function's output.
Allowed for Railway Oriented Programming
Moved to structs for short lifetimes on the stack.
Better conversion from some, none and option.
Mapping fixes
0.0.3 Release
This is a early alpha release containing some basic functionality.
Mapping a collection, now returns a collection of results, in stead of a result with a collection value. If one or more of the elements in the collection failed to map, it's easy to filter them out, and continue with the remaining successfully mapped items.