vast_protocol/
lib.rs

1pub mod v4;
2
3pub use quick_xml::de::{from_reader, from_str};
4pub use quick_xml::se::{to_string, to_writer};