zebra/zebra-network
Henry de Valence 1266653be2
Handle error conversions properly. (#56)
This adds a type alias, BoxedStdError, for a boxed std::error::Error
trait object, and uses it in the where bounds for the generic service
code.  In the future, we may want to standardize on using
std::error::Error exclusively, but we would then possibly lose out on
backtrace information.
2019-10-08 13:49:12 -07:00
..
src Handle error conversions properly. (#56) 2019-10-08 13:49:12 -07:00
Cargo.toml Fix authorship, license information. (#55) 2019-10-08 09:25:59 -07:00