ntstatus

Crates.iontstatus
lib.rsntstatus
version0.1.2
sourcesrc
created_at2023-08-13 11:22:30.975921
updated_at2023-09-02 08:39:11.429407
descriptionNTSTATUS bindings for Rust
homepage
repositoryhttps://github.com/kkent030315/ntstatus
max_upload_size
id943254
size557,403
Kento Oki (kkent030315)

documentation

README

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

Commit count: 18

cargo fmt