From db39a682e2ce5552388fa4da5f8eb869b7da3df8 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 9 Jan 2017 17:37:05 -0800 Subject: Clarify that serde is supported Closes #122 --- src/lib.rs | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs index 74fe1b8..51d85b4 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -34,6 +34,15 @@ //! //! [1]: https://github.com/mojombo/toml //! [2]: https://github.com/BurntSushi/toml-test +//! +//! # Encoding support +//! +//! This crate optionally supports the [`rustc-serialize`] crate and also the +//! [`serde`] crate through respective feature names. The `rustc-serialize` +//! feature is enabled by default. +//! +//! [`rustc-serialize`]: http://github.com/rust-lang/rustc-serialize +//! [`serde`]: http://github.com/serde-rs/serde #![doc(html_root_url = "http://alexcrichton.com/toml-rs")] #![deny(missing_docs)] -- cgit v1.2.3