1//! Path parsing, reading, and mutation planning over namespace metadata. 2 3pub(crate) mod helpers; 4pub(crate) mod read; 5pub(crate) mod write; 6 7pub use helpers::parse_mutation_path;