From ca85eb84bbaf286b348fb41a12c3e88807d54d55 Mon Sep 17 00:00:00 2001 From: Alex Helfet Date: Mon, 25 Dec 2017 03:23:40 +0000 Subject: [PATCH] Documentation. --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 81c150e..12f2e34 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -37,7 +37,7 @@ //! `trace`: Enable to print all data to stdout for testing. //! //! `typed`: Enables the [`typed`](typed/index.html) sub-module for sending and -//! receiving structs serialized with serde. +//! receiving structs serialized with serde. Enabled by default. //! //! ## API //!