either_type 0.1.2 copy "either_type: ^0.1.2" to clipboard
either_type: ^0.1.2 copied to clipboard

The library for Error Handling. Armed with Either, you can write code that returns either an exception or a legitimate result (but never both) while retaining type safety. The common functional conven [...]

[0.1.0] - The base implementation either type. #

[0.1.2] - Added getters of left/right values. #

2
likes
20
pub points
21%
popularity

Publisher

unverified uploader

The library for Error Handling. Armed with Either, you can write code that returns either an exception or a legitimate result (but never both) while retaining type safety. The common functional convention is that the left of an Either class contains an exception (if any), and the right contains the result.

Homepage
Repository (GitHub)
View/report issues

License

MIT (LICENSE)

More

Packages that depend on either_type