Cargo Features

prototty_file_storage has no features set by default.

[dependencies]
prototty_file_storage = { version = "0.29.0", features = ["yaml", "json", "toml", "bincode"] }
yaml

Enables yaml of prototty_storage

json

Enables json of prototty_storage

toml

Enables toml of prototty_storage

bincode

Enables bincode of prototty_storage

prototty_file_storage has 4 features without comments.