xml-disassembler 0.4.8

Disassemble XML into smaller, manageable 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 = "    ";