2 releases

0.1.2 Sep 2, 2023
0.1.0 Aug 13, 2023

#45 in Windows APIs

Download history 225/week @ 2023-08-10 431/week @ 2023-08-17 389/week @ 2023-08-24 445/week @ 2023-08-31 449/week @ 2023-09-07 160/week @ 2023-09-14 302/week @ 2023-09-21

1,483 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

~0.4–0.9MB
~21K SLoC