2 releases

0.1.2 Sep 2, 2023
0.1.0 Aug 13, 2023

#129 in Windows APIs

41 downloads per month

Apache-2.0

450KB
5.5K SLoC

GitGuardian scan crates.io

ntstatus

NTSTATUS bindings for Rust

NTSTATUS to string conversion

fn main() {
    assert_eq!(NtStatus::from_u32(0x00000000), Some("STATUS_SUCCESS"));
}

License

LICENSE - Apache 2.0

Dependencies

~280–730KB
~17K SLoC