Skip to content

Latest commit

 

History

History
54 lines (46 loc) · 3.21 KB

README.md

File metadata and controls

54 lines (46 loc) · 3.21 KB

phnt: Rust bindings to the System Informer's phnt

phnt GitHub Actions phnt on crates.io phnt on docs.rs

This crate provides Rust with access to the System Informer's (formerly known as Process Hacker) native Windows headers (shortened to phnt) which provide type definitions, constants, macros as well as function prototypes to even undocumented functions and syscalls.

Feature Description
regenerate Regenerate bindings from phnt (nightly) source code.
(default) Pre-generated bindings are used for faster builds.

Crate Overview