config-disassembler 0.4.3

Disassemble config files into smaller files and reassemble on demand.
Documentation
1
2
3
4
//! Constants for XML parsing and building.

/// Indentation string for formatted output.
pub const INDENT: &str = "    ";