Cargo Features
[dependencies]
ppserver = { version = "0.2.2", default-features = false, features = ["backing_file", "zfs_snapshot", "testmock"] }
- default = backing_file
-
The
backing_file
feature is set by default wheneverppserver
is added without
somewhere in the dependency tree.default-features = false - backing_file default
-
Enables backing_file of ppcore
- zfs_snapshot
-
Enables zfs_snapshot of ppcore
- testmock
ppserver has 4 features without comments.