Rename to nourl

This commit is contained in:
Rasmus Melchior Jacobsen 2023-01-30 09:52:52 +01:00
parent ca61ad8b99
commit 097b38e0c1
2 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
[package]
name = "tiny-url"
name = "nourl"
version = "0.1.0"
edition = "2021"
repository = "https://github.com/rmja/tinyurl"
repository = "https://github.com/rmja/nourl"
authors = ["Rasmus Melchior Jacobsen <rmja@laesoe.org>"]
license = "Apache-2.0 or MIT"
keywords = ["embedded", "url", "no_std"]

View File

@ -1,5 +1,5 @@
# A simple Url primitive
[![crates.io](https://img.shields.io/crates/v/tinyurl.svg)](https://crates.io/crates/tinyurl)
[![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.