]> git.proxmox.com Git - rustc.git/blame - vendor/ntapi/README.md
New upstream version 1.67.1+dfsg1
[rustc.git] / vendor / ntapi / README.md
CommitLineData
064997fb 1# ntapi [![AppVeyor][appveyor_badge]][appveyor_link] [![Crates.io][crates_badge]][crates_link] [![Documentation][docs_badge]][docs_link] [![Lines of Code][loc_badge]][loc_link] [![Unsafe][unsafe_badge]][unsafe_link]
923072b8
FG
2
3Rust FFI bindings for Native API. Mostly based on Process Hacker [phnt](https://github.com/processhacker/processhacker/tree/master/phnt) headers as the most complete source of bindings to be found. The comments there also contain useful information on how to use specific things.
4
5### Minimum supported Rust
487cf647 61.64
923072b8 7
923072b8
FG
8[appveyor_link]: https://ci.appveyor.com/project/MSxDOS/ntapi
9[appveyor_badge]: https://ci.appveyor.com/api/projects/status/i1fcmm0c5b7c6b6u/branch/master?svg=true
10[crates_link]: https://crates.io/crates/ntapi
11[crates_badge]: https://img.shields.io/crates/v/ntapi.svg
12[docs_link]: https://docs.rs/ntapi/*/x86_64-pc-windows-msvc/ntapi/
13[docs_badge]: https://docs.rs/ntapi/badge.svg
14[loc_link]: https://github.com/Aaronepower/tokei
15[loc_badge]: https://tokei.rs/b1/github/MSxDOS/ntapi
16[unsafe_link]: https://doc.rust-lang.org/book/ch19-01-unsafe-rust.html
17[unsafe_badge]: https://img.shields.io/badge/unsafe-%E2%9C%94-C901DD.svg