Zebra/zebra-network/src
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
..
peer Handle error conversions properly. (#56) 2019-10-08 13:49:12 -07:00
protocol Initial tower-based peer implementation. (#17) 2019-10-07 15:36:16 -07:00
constants.rs zebra-network: move types -> protocol::types 2019-09-27 20:41:45 -04:00
lib.rs Handle error conversions properly. (#56) 2019-10-08 13:49:12 -07:00
meta_addr.rs Replace PeerServices(u64) with a bitflags struct. 2019-10-01 01:07:56 -04:00
network.rs zebra-network: move types -> protocol::types 2019-09-27 20:41:45 -04:00
peer.rs Initial tower-based peer implementation. (#17) 2019-10-07 15:36:16 -07:00
protocol.rs Initial tower-based peer implementation. (#17) 2019-10-07 15:36:16 -07:00
timestamp_collector.rs Initial tower-based peer implementation. (#17) 2019-10-07 15:36:16 -07:00