rsxml2json 0.1.1

A Rust library for converting XML to JSON format
Documentation
1
2
3
4
5
pub mod config;
pub mod convert;

pub use config::ConvertConfig;
pub use convert::Convert;