2 releases

0.1.2 Sep 2, 2023
0.1.0 Aug 13, 2023

#123 in Windows APIs

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

~0.3–0.8MB
~19K SLoC