🔥 libfireparse
libfireparse is a Rust library for parsing firewall configuration files and converting them into a unified format compatible with the NullNet platform.
Usage
use Parser;
let xml = r#"<pfsense><aliases></aliases><filter></filter></pfsense>"#;
match parse
Supported platforms
- pfSense
- OPNsense
License
MIT