Update README.md

This commit is contained in:
Rasmus Melchior Jacobsen 2023-01-30 10:02:45 +01:00 committed by GitHub
parent 4933a983f4
commit 54a984be6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
# A simple Url primitive # 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) [![CI](https://github.com/rmja/nourl/workflows/ci.yaml/badge.svg)](https://github.com/rmja/nourl/workflows/ci.yaml)
[![crates.io](https://img.shields.io/crates/v/nourl.svg)](https://crates.io/crates/nourl) [![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. This crate provides a simple `Url` type that can be used in embedded `no_std` environments.