error-tree 0.6.0

This crate let's us use the `error_tree!` proc macro for ergonomic error hierarchy definition
Documentation
1
2
3
4
5
6
7
8
9
DEFAULT := test

default: $(DEFAULT)

build:
	cargo build

test:
	cargo test