Cargo Features
[dependencies]
ppcore = { version = "0.2.2", default-features = false, features = ["zfs_snapshot", "backing_file", "testmock"] }
- default = backing_file
-
The
backing_file
feature is set by default wheneverppcore
is added without
somewhere in the dependency tree.default-features = false - zfs_snapshot
-
Affects
linux::get_os_info
… - backing_file default
-
Affects
linux::get_os_info
… - testmock
-
Affects
freebsd::get_os_info
,linux::get_os_info
…