xee-xpath-load 0.2.0

Load XML into structs using XPath
Documentation
1
2
3
4
5
mod load;

pub use crate::load::{
    convert_boolean, convert_string, ContextLoadable, ContextWithPath, Loadable, PathLoadable,
};