| Crates.io | ntstatus |
| lib.rs | ntstatus |
| version | 0.1.2 |
| created_at | 2023-08-13 11:22:30.975921+00 |
| updated_at | 2023-09-02 08:39:11.429407+00 |
| description | NTSTATUS bindings for Rust |
| homepage | |
| repository | https://github.com/kkent030315/ntstatus |
| max_upload_size | |
| id | 943254 |
| size | 557,403 |
NTSTATUS bindings for Rust
fn main() {
assert_eq!(NtStatus::from_u32(0x00000000), Some("STATUS_SUCCESS"));
}