Merge pull request #164 from serde-rs/oli-obk-patch-1

add link to the README from the docs
This commit is contained in:
Erick Tryzelaar 2015-10-05 14:49:46 -07:00
commit 05a238fac4

View File

@ -5,6 +5,9 @@
//! 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.
//!
//! For a detailed tutorial on the different ways to use serde please check out the
//! [github repository](https://github.com/serde-rs/serde)
#![doc(html_root_url="https://serde-rs.github.io/serde/serde")]
#![cfg_attr(feature = "nightly", feature(collections, core, enumset, nonzero, step_trait, zero_one))]