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