Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 484 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 484 Bytes

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