Function mml::rs2dot [] [src]

pub fn rs2dot<P: AsRef<Path>>(path: P) -> Result<Vec<u8>>

The function rs2dot returns graphed file module.

Examples

extern crate mml;

fn main() {
    let _ = mml::rs2dot("src/lib.rs");
}