Describe the bug
The snippet about the inspector does not work as shown.
Steps to Reproduce
the code in the example that does not work:
use parcode::Parcode;
let report = Parcode::inspect("savegame.par")?;
println!("{}", report);
this works:
use parcode::inspector::*;
let report = ParcodeInspector::inspect("world.par").expect("PARCDOE: Could not inspect");
info!("{}", report);
Relevant log output
What operating system are you using?
Windows
What version of axes are you using?
0.5.2
Additional context
No response
Describe the bug
The snippet about the inspector does not work as shown.
Steps to Reproduce
the code in the example that does not work:
this works:
Relevant log output
What operating system are you using?
Windows
What version of axes are you using?
0.5.2
Additional context
No response