diff --git a/Cargo.toml b/Cargo.toml index daa28fa..8821987 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/README.md b/README.md index ddd344f..a7211e0 100644 --- a/README.md +++ b/README.md @@ -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