Crates.io | rust_nmap |
lib.rs | rust_nmap |
version | 0.1.3 |
source | src |
created_at | 2021-09-15 05:59:37.401836 |
updated_at | 2021-09-28 07:10:43.030795 |
description | A module for nmap xml. |
homepage | https://github.com/w01fb0ss/rust_nmap |
repository | https://github.com/w01fb0ss/rust_nmap |
max_upload_size | |
id | 451679 |
size | 32,876 |
Basic usage:
use rust_nmap;
let result = rust_nmap::parse_nmap_xml("/xxx/nmap_result.xml");
println!("{:?}", result.unwrap());