Cargo Features

general_storage_static has no features set by default.

[dependencies]
general_storage_static = { version = "0.3.0", features = ["file", "web", "yaml", "json", "toml", "bincode", "compress"] }
file = general_storage_file
web = general_storage_web
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

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

general_storage_file file?
general_storage_web web?