You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,10 @@
1
-
# ntapi [![AppVeyor][appveyor_badge]][appveyor_link][![Travis][travis_badge]][travis_link][![Crates.io][crates_badge]][crates_link][![Documentation][docs_badge]][docs_link][![Lines of Code][loc_badge]][loc_link][![Unsafe][unsafe_badge]][unsafe_link]
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]
2
2
3
3
Rust 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
4
5
5
### Minimum supported Rust
6
6
Always the latest stable. Some [features][docs_link] require a beta compiler.
0 commit comments