openethereum/util/network
David cb7ad2366d
Handle socket address parsing errors (#8545)
Unpack errors and check for io::ErrorKind::InvalidInput and return our own AddressParse error. Remove the foreign link to std::net::AddrParseError and add an `impl From` for that error. Test parsing properly.
2018-05-09 15:58:02 +02:00
..
src Handle socket address parsing errors (#8545) 2018-05-09 15:58:02 +02:00
Cargo.toml Bump master to 1.12 (#8477) 2018-04-25 16:25:43 +02:00