aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2021-01-25 16:56:08 +0100
committerMartin Fischer <martin@push-f.com>2021-01-25 16:59:00 +0100
commite04c832200f38ab49ce8e7a6d08ffc549b8a98e2 (patch)
treee3a5e090a7794580bb2899a9c862b19761249deb /src/lib.rs
parent9fa7442e41bc11ab3d62f43f5f6e90b59e160da2 (diff)
introduce optional SputnikBody::into_json()
bump version to 0.3.2
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 0841e0b..2f30028 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -1,5 +1,8 @@
//! A lightweight layer on top of [Hyper](https://hyper.rs/)
//! to facilitate building web applications.
+
+#![cfg_attr(docsrs, feature(doc_cfg))]
+
pub use mime;
pub use httpdate;