Basic usage:
```rust use rust_nmap;
let result = rustnmap::parsenmapxml("/xxx/nmapresult.xml"); println!("{:?}", result.unwrap()); ```