Cargo Features
[dependencies]
win32-ecoqos = { version = "0.3.0", default-features = false, features = ["find_thread", "nightly"] }
- default = find_thread
-
The
find_thread
feature is set by default wheneverwin32-ecoqos
is added without
somewhere in the dependency tree.default-features = false - find_thread default
-
wmi:
to find threads by name
Affects
win32-ecoqos::utils
… - nightly