some_error_fork 0.5.1

A library for creating and using anonymous sum types as errors in Rust
Documentation
1
2
3
4
5
6
7

Copied from https://github.com/jam1garner/some-error/tree/master.

Source code slightly adapted to derive the Debug trait.

This package is a temp workaround until [Anonymous Sum Types RFC](https://github.com/rust-lang/rfcs/issues/294) is implemented (which is unlikely to happen any time soon).