Skip to content

[Documentation]: Main Readme section on Inspector is outdated #15

Description

@spaceoddity-carlos

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

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions