check_elevation 0.1.2

Check if the current process is elevated. A successor to the `is_elevated` crate.
Documentation
1
2
3
4
5
6
7
8
# check_elevation
A tool to check the elevation status through a simple function.

Successor to [is_elevated](https://crates.io/crates/is_elevated).

#### Dependencies
- [windows]https://crates.io/crates/windows
- [std]https://doc.rust-lang.org/std/