aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2017-01-09 17:37:05 -0800
committerAlex Crichton <alex@alexcrichton.com>2017-01-09 17:37:05 -0800
commitdb39a682e2ce5552388fa4da5f8eb869b7da3df8 (patch)
tree1f4efacec3f5322987d3d1581bedc39c40dc5a5b /src/lib.rs
parentc391600de19a326a5c9cacba3e833c95de9750a1 (diff)
downloadmilf-rs-db39a682e2ce5552388fa4da5f8eb869b7da3df8.tar.gz
milf-rs-db39a682e2ce5552388fa4da5f8eb869b7da3df8.zip
Clarify that serde is supported
Closes #122
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs9
1 files changed, 9 insertions, 0 deletions
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)]