We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6f25db commit c2f43e4Copy full SHA for c2f43e4
Cargo.toml
@@ -4,6 +4,9 @@ version = "0.1.0"
4
edition = "2018"
5
authors = ["Midas Lambrichts <midaslamb@gmail.com>"]
6
license = "MIT OR Apache-2.0"
7
+description = "A simple type for non empty Strings, similar to NonZeroUsize and friends."
8
+repository = "https://github.com/MidasLamb/non-empty-string"
9
+keywords = ["nonemptystring", "string", "str"]
10
11
[lib]
12
name = "non_empty_string"
0 commit comments