address 0.19.0-rc.1

This library aids in processing network addresses.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub use parse_error::*;
pub(crate) use parse_port::*;
pub(crate) use strip_brackets::*;

mod parse_error;
mod parse_port;
mod strip_brackets;

#[cfg(feature = "serde")]
pub(crate) use from_str_visitor::*;

#[cfg(feature = "serde")]
mod from_str_visitor;