用于nmap xml的模块
作者:leen.zhou.cn
#12 in #nmap
每月下载量27次
22KB 492 代码行
基本用法
use rust_nmap; let result = rust_nmap::parse_nmap_xml("/xxx/nmap_result.xml"); println!("{:?}", result.unwrap());
lib.rs
~1.1–2MB ~43K SLoC