add mdbook

This commit is contained in:
Harald Hoyer 2018-12-20 14:52:06 +01:00
parent e1570bc548
commit 88660684b7
28 changed files with 739 additions and 174 deletions

8
booksrc/tutorial4.md Normal file
View file

@ -0,0 +1,8 @@
~~~rust
use crate::chainerror::*;
{{#include ../examples/tutorial4.rs:2:}}
# #[allow(dead_code)]
# mod chainerror {
{{#includecomment ../src/lib.rs}}
# }
~~~