2 releases
0.1.2 | Sep 2, 2023 |
---|---|
0.1.0 | Aug 13, 2023 |
#173 in Windows APIs
450KB
5.5K
SLoC
ntstatus
NTSTATUS bindings for Rust
NTSTATUS to string conversion
fn main() {
assert_eq!(NtStatus::from_u32(0x00000000), Some("STATUS_SUCCESS"));
}
License
Dependencies
~275–740KB
~17K SLoC