move NamespaceSet to namespaces mod
This commit is contained in:
parent
7d2699e08e
commit
0148790a01
3 changed files with 108 additions and 99 deletions
|
|
@ -70,6 +70,7 @@ extern crate quick_xml;
|
|||
pub mod error;
|
||||
pub mod element;
|
||||
pub mod convert;
|
||||
mod namespaces;
|
||||
|
||||
#[cfg(test)] mod tests;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue