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 fe2feb3 commit 6b6bbbeCopy full SHA for 6b6bbbe
Cargo.toml
@@ -5,7 +5,6 @@ authors = ["Steven Fackler <sfackler@gmail.com>"]
5
license = "MIT/Apache-2.0"
6
description = "An implementation of the stringprep algorithm"
7
repository = "https://github.com/sfackler/rust-stringprep"
8
-documentation = "https://docs.rs/stringprep/0.1.2/stringprep"
9
readme = "README.md"
10
11
[dependencies]
src/lib.rs
@@ -1,7 +1,6 @@
1
//! An implementation of the "stringprep" algorithm defined in [RFC 3454][].
2
//!
3
//! [RFC 3454]: https://tools.ietf.org/html/rfc3454
4
-#![doc(html_root_url = "https://docs.rs/stringprep/0.1.2")]
#![warn(missing_docs)]
extern crate finl_unicode;
extern crate unicode_bidi;
0 commit comments