Cargo Features
[dependencies]
remotefs-smb = { version = "0.3.0", default-features = false, features = ["find", "no-log", "with-containers"] }
- default = find
-
The
find
feature is set by default wheneverremotefs-smb
is added without
somewhere in the dependency tree.default-features = false - find default
-
misc
- no-log
-
Enables max_level_off of log
- with-containers
-
tests