include-doc 0.2.2

Include examples in your Rustdocs.
Documentation
1
2
3
4
5
use std::println;

fn main() {
    println!("Hello world!");
}