1/// Data type definitions for zone path data 2pub mod core; 3/// Parsing functions for path data 4pub mod parser;