Link to documentation

This commit is contained in:
Corey Farwell
2015-06-06 16:47:23 -04:00
parent cf4a2fd776
commit eec69ed71e
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -6,6 +6,7 @@ license = "MPL-2.0"
repository = "https://github.com/servo/rust-smallvec"
description = "'Small vector' optimization: store up to a small number of items on the stack"
readme = "README.md"
documentation = "http://doc.servo.org/smallvec/"
[lib]
name = "smallvec"
+2
View File
@@ -1,4 +1,6 @@
rust-smallvec
=============
[Documentation](http://doc.servo.org/smallvec/)
"Small vector" optimization for Rust: store up to a small number of items on the stack