Windows permissions

This crate provides safe Rust wrappers over several Windows permissions concepts, including:

There are two kinds of abstractions:

Contributing

PRs are happily accepted! In general, unsafe code should be confined to the wrappers module -- the rest of this crate should be implemented in safe ways based on that code. Additionally, please include tests for any functionality you add.