Cargo Features

DirStructure has no features set by default.

[dependencies]
dir-structure = { version = "0.1.5", features = ["json", "toml", "yaml", "ron"] }
json

Enables serde and serde_json

toml

Enables serde and toml

yaml

Enables serde and serde_yaml

ron

Enables ron ^0.8 and serde

DirStructure has 4 features without comments.