Function generate_debug_datapack

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

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