1 2 3 4 5 6 7
//! # The XML `<obj>` format (character data) //! //! This module contains reader and writer and datastructures for //! the character data as serialized to XML. #![allow(missing_docs)] pub mod sink; pub mod store;