windows_users 0.3.0

A crate for managing Windows local users and groups.
Documentation
1
2
3
4
fn main() {
    #[cfg(not(target_os = "windows"))]
    println!("cargo:warning=This library is designed for Windows only.");
}