1
2
3
4
5
6
7
pub mod atom;
pub mod deserializers;
pub mod odata_error;
pub mod xml;

#[cfg(test)]
pub(crate) mod test_utils;