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
9
10
11
# Chapter 2

This demonstrates the ability to have multiple embeds in the same file, and have exotic spacing
inside your HTML comments:

<!--

    docify_clone::embed!("examples/samples.rs", SomeImpl)
-->

This is the text after the embed