Cargo Features

[dependencies]
disket = { version = "0.1.0", default-features = false, features = ["device", "watch", "mount", "os"] }
default = device, mount, watch

These default features are set whenever disket is added without default-features = false somewhere in the dependency tree.

device default

Affects disket::device

watch default

Affects disket::watch

mount default

Enables mount of nix, Win32_Storage_FileSystem of windows

Affects disket::mount, os::mount

os

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.

nix unix mount
windows win mount