pub async fn generate_debug_datapack<'l>(
    input_path: impl AsRef<Path>,
    output_path: impl AsRef<Path>,
    config: &Config<'l>
) -> Result<()>
Expand description

Visible for testing only. This is a binary crate, it is not intended to be used as a library.