assembly-data 0.3.0

Database module for the assembly crate
Documentation
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;