assembly-data 0.2.0

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