1
2
3
4
5
6
7
8
9
10
11
pub(crate) mod filebuf;
pub(crate) mod parse;
pub(crate) mod read;
pub(crate) mod write;

mod tmp2zip;
mod xmlwriter;
mod zip_out;

const DUMP_XML: bool = false;
const DUMP_UNUSED: bool = false;