hostaddr 0.2.2

Extended types (`Domain`, `Host`, `HostAddr`) for working with net in Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# RELEASED

## 0.1.2 & 0.1.3 (Apr 9th, 2025)

FEATURES

- Support `no-alloc` environment for ASCII only domain and hosts.
- Add `verify_domain`, `verify_ascii_domain` and `verify_ascii_domain_allow_percent_encode`.
- Add `as_str` and `as_bytes`

## 0.1.0 (Mar 24th, 2025)

FEATURES

- `Host`, `HostAddr`, `Domain` implementation