ntstatus 0.1.2

NTSTATUS bindings for Rust
Documentation
  • Coverage
  • 0%
    0 out of 1886 items documented0 out of 2 items with examples
  • Size
  • Source code size: 561.19 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 15.42 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 18s Average build duration of successful builds.
  • all releases: 18s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • kkent030315/ntstatus
    2 2 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • kkent030315

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