Add doc link to Cargo.toml and doc attr

The attribute allows cross-crate rustdoc links.
This commit is contained in:
Steven Fackler
2015-04-12 22:21:00 -07:00
parent c90dc9f48f
commit 5013b37c09
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -5,6 +5,7 @@
//! handshake protocol between serializers and serializees can be completely optimized away,
//! leaving serde to perform roughly the same speed as a hand written serializer for a specific
//! type.
#![doc(html_root_url="http://erickt.github.io/rust-serde")]
extern crate num;