mirror of
https://codeberg.org/icewind/rfc7239.git
synced 2026-06-03 16:44:10 +02:00
format readme
This commit is contained in:
parent
35f3614685
commit
5b55fcf721
1 changed files with 5 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue