move NamespaceSet to namespaces mod

This commit is contained in:
Astro 2017-08-13 02:35:24 +02:00
commit 0148790a01
3 changed files with 108 additions and 99 deletions

View file

@ -70,6 +70,7 @@ extern crate quick_xml;
pub mod error;
pub mod element;
pub mod convert;
mod namespaces;
#[cfg(test)] mod tests;