address 0.2.0

Network address types with strict validation, owned & borrowed variants, and standard library conversions.
Documentation
1
2
3
4
5
6
7
8
9
10
pub use domain::*;
pub use domain_ref::*;
pub use labels::*;

mod domain;
mod domain_ref;
mod labels;

mod conversions;
mod conversions_ref;