Update README.md

This commit is contained in:
Rasmus Melchior Jacobsen 2023-01-30 10:00:24 +01:00 committed by GitHub
parent 99c6d59e27
commit 949517deb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,5 @@
# A simple Url primitive
[![CI](https://github.com/rmja/nourl/actions/workflows/ci.yaml/badge.svg)](https://github.com/rmja/nourl/actions/workflows/ci.yaml)
[![crates.io](https://img.shields.io/crates/v/nourl.svg)](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).