1
2
3
4
5
6
7
8
/// Data definitions for zone files
pub mod core;
/// Reading of zone files
pub mod io;
/// Parser functions for zone file data
pub mod parser;
/// Module for reading the path data in a zone file
pub mod paths;