Cargo Features

general_storage_file has no features set by default.

[dependencies]
general_storage_file = { version = "0.3.0", features = ["yaml", "json", "toml", "bincode", "compress"] }
yaml

Enables yaml of general_storage

json

Enables json of general_storage

toml

Enables toml of general_storage

bincode

Enables bincode of general_storage

compress

Enables compress of general_storage

general_storage_file has 5 features without comments.