Cargo Features

Arroy has no features set by default.

[dependencies]
arroy = { version = "0.3.0", features = ["plot", "assert-reader-validity"] }
plot

Enabling this feature provide a method on the reader that can plot its root node in the dot format.

assert-reader-validity

Enabling this feature provide a method on the reader that assert its own validity.