format readme

This commit is contained in:
Robin Appelman 2025-05-23 21:59:25 +02:00
commit 5b55fcf721

View file

@ -20,8 +20,11 @@ for node_result in parse(header_value) {
## `no_std` ## `no_std`
This crate can be used in a `no_std` environment by disabling the default `std` feature. This crate can be used in a `no_std` environment by disabling the default `std`
feature.
The only impact disabling this feature has is using `core::error::Error` and `core::net::IpAddr` instead of the `std` variants and increasing the msrv to 1.81. The only impact disabling this feature has is using `core::error::Error` and
`core::net::IpAddr` instead of the `std` variants and increasing the msrv to
1.81.
[rfc7239]: https://tools.ietf.org/html/rfc7239 [rfc7239]: https://tools.ietf.org/html/rfc7239