polyswarm / relay

Sidechain relay for PolySwarm, the first decentralized threat intelligence market.
https://polyswarm.io
GNU General Public License v3.0
2 stars 1 forks source link

Replace error_chain with failure #4

Closed myhndl closed 6 years ago

myhndl commented 6 years ago

failure crate is becoming the new standard for error mgmt in rust, we should consider migrating. Not a terrible upgrade path from error_chain apparently.

myhndl commented 6 years ago

Please don't close until it's in master.

myhndl commented 6 years ago

Related pull request: https://github.com/polyswarm/relay/pull/12