Update README.md
This commit is contained in:
parent
99c6d59e27
commit
949517deb2
|
@ -1,4 +1,5 @@
|
|||
# A simple Url primitive
|
||||
[](https://github.com/rmja/nourl/actions/workflows/ci.yaml)
|
||||
[](https://crates.io/crates/nourl)
|
||||
|
||||
This crate provides a simple `Url` type that can be used in embedded `no_std` environments.
|
||||
|
@ -16,4 +17,4 @@ assert_eq!(url.port_or_default(), 80);
|
|||
assert_eq!(url.path(), "/foo/bar");
|
||||
```
|
||||
|
||||
The implementation is heavily inspired (close to copy/pase) from the Url type in [reqwless](https://github.com/drogue-iot/reqwless).
|
||||
The implementation is heavily inspired (close to copy/pase) from the Url type in [reqwless](https://github.com/drogue-iot/reqwless).
|
||||
|
|
Loading…
Reference in New Issue
Block a user