Cargo Features
[dependencies]
video_hash_filesystem_cache = { version = "0.1.0", default-features = false, features = ["parallel_loading"] }
- default = parallel_loading
-
The
parallel_loading
feature is set by default whenevervideo_hash_filesystem_cache
is added without
somewhere in the dependency tree.default-features = false - parallel_loading default
VideoHashFilesystemCache has 2 features without comments.