-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
22 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,23 @@ | ||
# phnt-rs | ||
Rust bindings to the [System Informer][sysinf]'s [phnt][docs-rs] | ||
======================================== | ||
|
||
phnt bindings for rust | ||
[![phnt-rs GitHub Actions][github.img]][github] | ||
[![phnt-rs on crates.io][crates-io.img]][crates-io] | ||
[![phnt-rs on docs.rs][docs-rs.img]][docs-rs] | ||
|
||
This crate provides Rust with access to the **[System Informer][sysinf]**'s (formerly known as **Process Hacker**) [native Windows headers][sysinf.phnt] (shortened to **phnt**) which provide type definitions, constants, macros as well as function prototypes to even undocumented functions and syscalls. | ||
|
||
A nightly copy of the phnt is fetched from [phnt-nightly][phnt.nightly]. | ||
|
||
**crate version:** 0.0.1 aka work-in-progress. | ||
|
||
[github]: https://github.com/oberrich/phnt-rs/actions/workflows/rust.yml?query=branch=master | ||
[github.img]: https://github.com/oberrich/phnt-rs/actions/workflows/rust.yml/badge.svg?branch=master | ||
[crates-io]: https://crates.io/crates/phnt-rs | ||
[crates-io.img]: https://img.shields.io/crates/v/phnt-rs.svg | ||
[docs-rs]: https://docs.rs/phnt-rs | ||
[docs-rs.img]: https://docs.rs/phnt-rs/badge.svg | ||
|
||
[sysinf]: https://github.com/winsiderss/systeminformer | ||
[sysinf.phnt]: https://github.com/winsiderss/systeminformer/tree/master/phnt | ||
[phnt.nightly]: https://github.com/oberrich/phnt_nightly |