2 releases

0.1.2 Sep 2, 2023
0.1.0 Aug 13, 2023

#175 in Windows APIs

Download history 2/week @ 2024-12-08 1/week @ 2025-01-19 1/week @ 2025-01-26

747 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

~235–680KB
~16K SLoC