Cargo Features
[dependencies]
fmmap = { version = "0.4.0", default-features = false, features = ["nightly", "sync", "tokio", "smol", "async-std"] }
- default = sync
-
The
sync
feature is set by default wheneverfmmap
is added without
somewhere in the dependency tree.default-features = false - nightly
-
Affects
unix::MetaDataExt.is_symlink
,windows::MetaDataExt.is_symlink
,windows::MetaDataExt.volume_serial_number
,windows::MetaDataExt.number_of_links
,windows::MetaDataExt.file_index
… - sync default
- tokio
-
Enables pin-project-lite, tokio of fs4 ^0.12, fs, io-std and io-util of tokio
- smol
-
Enables pin-project-lite and smol, smol of fs4 ^0.12
- async-std
-
Enables pin-project-lite, async-io and futures-lite of async-std, async-std of fs4 ^0.12, io of futures-util