Skip to main content

mojxml_parser/
lib.rs

1pub mod constants;
2pub mod error;
3pub mod parse;
4mod types;
5
6pub use error::{Error, Result};
7pub use parse::{ParseOptions, parse_xml_content};
8pub use types::{CommonProperties, Feature, FeatureProperties, ParsedXML, 筆界未定構成筆};