Skip to content

Commit 5697161

Browse files
committed
Merge pull request #86 from frewsxcv/link-docs
Link to documentation
2 parents c5912f9 + 0c84071 commit 5697161

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ authors = [ "The Servo Project Developers" ]
66
description = "A string interning library for Rust, developed as part of the Servo project."
77
license = "MIT / Apache-2.0"
88
repository = "https://github.com/servo/string-cache"
9+
documentation = "http://doc.servo.org/string_cache/"
910

1011
[lib]
1112
name = "string_cache"

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@
22

33
[![Build Status](https://travis-ci.org/servo/string-cache.svg?branch=master)](https://travis-ci.org/servo/string-cache)
44

5+
[Documentation](http://doc.servo.org/string_cache/)
6+
57
A string interning library for Rust, developed as part of the [Servo](https://github.com/servo/servo) project.

0 commit comments

Comments
 (0)