1
2
3
4
5
6
//! Example for docs

/// Function created for test docs.rs
fn foo() {
    unimplemented!();
}