Version 0.7.0
This release changes the structure of the Error types.
To upgrade, you should:
-
Migrate uses of
netaddr2::netaddr_error::NetAddrErrortonetaddr2::error::Error(much cleaner!) -
Consider adopting the new
netaddr2::error::Resulttype, which, like thestd::io::Errortype, encapsulates your desired type with aResultwhose variant is anetaddr2::error::Error.