We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c5912f9 + 0c84071 commit 5697161Copy full SHA for 5697161
Cargo.toml
@@ -6,6 +6,7 @@ authors = [ "The Servo Project Developers" ]
6
description = "A string interning library for Rust, developed as part of the Servo project."
7
license = "MIT / Apache-2.0"
8
repository = "https://github.com/servo/string-cache"
9
+documentation = "http://doc.servo.org/string_cache/"
10
11
[lib]
12
name = "string_cache"
README.md
@@ -2,4 +2,6 @@
2
3
[](https://travis-ci.org/servo/string-cache)
4
5
+[Documentation](http://doc.servo.org/string_cache/)
+
A string interning library for Rust, developed as part of the [Servo](https://github.com/servo/servo) project.
0 commit comments