win32-ecoqos 0.2.3

EcoQoS throttle for Windows 21H2 or newer
Documentation
[package]

name = "win32-ecoqos"

version = "0.2.3"

edition = "2021"

authors = ["mokurin000"]

description = "EcoQoS throttle for Windows 21H2 or newer"

license = "MIT"



[dependencies]

windows = { version = "0.61.1", features = [

    "Win32_System_Threading",

], default-features = false }

windows-result = "0.3.2"



[package.metadata.docs.rs]

targets = [

    "x86_64-pc-windows-msvc",

    "i686-pc-windows-msvc",

    "aarch64-pc-windows-msvc",

]