mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-28 03:27:56 +00:00
Add doc link to Cargo.toml and doc attr
The attribute allows cross-crate rustdoc links.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user