Crates.io | partial |
lib.rs | partial |
version | 0.4.0 |
source | src |
created_at | 2016-10-12 11:26:57.54957 |
updated_at | 2018-07-24 12:42:22.525017 |
description | Optional monad with fake variant. |
homepage | |
repository | https://github.com/ptal/partial |
max_upload_size | |
id | 6820 |
size | 22,389 |
Similar to Option<T>
with an additional Fake variant for accumulating errors beyond the first one. For example, in compiler, if a code analysis failed, we wish to continue a little further to obtain more errors.
Please consult the documentation.