Rename to nourl
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "tiny-url"
|
name = "nourl"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
repository = "https://github.com/rmja/tinyurl"
|
repository = "https://github.com/rmja/nourl"
|
||||||
authors = ["Rasmus Melchior Jacobsen <rmja@laesoe.org>"]
|
authors = ["Rasmus Melchior Jacobsen <rmja@laesoe.org>"]
|
||||||
license = "Apache-2.0 or MIT"
|
license = "Apache-2.0 or MIT"
|
||||||
keywords = ["embedded", "url", "no_std"]
|
keywords = ["embedded", "url", "no_std"]
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# A simple Url primitive
|
# A simple Url primitive
|
||||||
[](https://crates.io/crates/tinyurl)
|
[](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.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user