aboutsummaryrefslogtreecommitdiff
path: root/lockchain-http/src
diff options
context:
space:
mode:
authorKatharina Sabel <katharina.sabel@asquera.de>2018-05-13 21:14:35 +0200
committerKatharina Sabel <katharina.sabel@asquera.de>2018-05-13 21:14:35 +0200
commit1f63146d9238dda456f6b3ff8c37cc26f765d4a1 (patch)
treeaac05ae263b76b4e4914ced675e0f1153143df5a /lockchain-http/src
parent0e1d57d3c6bd4a54be4eeca9502d6b7596549b43 (diff)
Starting work on http crate
Diffstat (limited to 'lockchain-http/src')
-rw-r--r--lockchain-http/src/impl.rs0
-rw-r--r--lockchain-http/src/impl/base.rs0
-rw-r--r--lockchain-http/src/lib.rs4
3 files changed, 4 insertions, 0 deletions
diff --git a/lockchain-http/src/impl.rs b/lockchain-http/src/impl.rs
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/lockchain-http/src/impl.rs
diff --git a/lockchain-http/src/impl/base.rs b/lockchain-http/src/impl/base.rs
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/lockchain-http/src/impl/base.rs
diff --git a/lockchain-http/src/lib.rs b/lockchain-http/src/lib.rs
index b159345..2c69ab4 100644
--- a/lockchain-http/src/lib.rs
+++ b/lockchain-http/src/lib.rs
@@ -1,4 +1,8 @@
//! A plug and play http interface layer for various lockchain components
+#![feature(external_doc)]
+#![doc(include = "../README.md")]
+#![feature(non_modrs_mods)]
+
extern crate gotham_serde_json_body_parser as goth_json;
extern crate gotham;