Skip to content

Releases: tluijken/rsharp

0.1.2

11 Apr 22:24
Compare
Choose a tag to compare
0.1.2 Pre-release
Pre-release

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

23 Mar 18:25
Compare
Choose a tag to compare
Mapping fixes Pre-release
Pre-release

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.

0.0.2

22 Mar 22:11
Compare
Choose a tag to compare
0.0.2 Pre-release
Pre-release

0.0.2 Release

This is a early alpha release containing some basic functionality. Current features are

  • Map
  • ForEach
  • Result
  • Option

All features are well unit tested (90% code coverage).