Crates.io | windows-permissions |
lib.rs | windows-permissions |
version | 0.2.4 |
source | src |
created_at | 2019-06-11 03:42:21.287201 |
updated_at | 2021-06-29 21:33:23.034179 |
description | Safe Rust bindings to Windows permissions APIs |
homepage | |
repository | https://github.com/danieldulaney/windows-permissions-rs |
max_upload_size | |
id | 140327 |
size | 126,353 |
Safe Rust bindings to Windows permissions APIs.
This crate provides safe Rust wrappers over several Windows permissions concepts, including:
There are two kinds of abstractions:
wrappers
crate, there are safe versions of the Windows API functions.
Any Windows API function not implemented should be reported as an issue.PRs are happily accepted! In general, unsafe
code should be confined to the
wrappers
module -- the rest of this crate should be implemented
safely based on that code.
Help wanted:
wrappers
more complete with additional Windows API functions