docify_clone 0.0.5

Docify allows you to live-embed at compile time pieces of code from throughout your project as rust doc examples.
Documentation
1
2
3
4
5
6
7
8
# Chapter 1
This is a markdown book. It has content and stuff in it. It can also have docify embeds
anywhere we want, for example, here is an embed from the `samples.rs` file demonstrating that
we can use an optional semicolon and import multiple examples with the same name:

<!-- docify_clone::embed!("examples/samples.rs", Duplicate); -->

This is the content after the 3 examples above.