parval 0.1.0

Validation pattern compatible with concurrency models
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# `parval`

A structure to allow the validation pattern in a paralell setting.

It can be used without any paralellism, but it's named as parallel because many structure don't consider merging errors together.

# Features

1. [x] Implements `Try` to allow using the `?` operator.

# Upcoming

1. Unify api with `result`.