diff options
| author | The Gitter Badger <[email protected]> | 2016-04-18 08:39:35 +0000 |
|---|---|---|
| committer | pravic <[email protected]> | 2016-04-18 11:52:24 +0300 |
| commit | c148aea87525723c472d309a7e3f88e573566495 (patch) | |
| tree | 404b4c6acadb00c5b6f707492f76c686cb9dd410 | |
| parent | update README (diff) | |
| download | winapi-kmd-rs-c148aea87525723c472d309a7e3f88e573566495.tar.xz winapi-kmd-rs-c148aea87525723c472d309a7e3f88e573566495.zip | |
Add Gitter badge
| -rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ ## Windows Kernel-Mode Drivers written in Rust +[](https://gitter.im/pravic/winapi-kmd-rs) + This library is just a proof-of-concept of the windows kernel-mode drivers, which can be written in Rust programming language. It contains the types, constants and bindings for the [Windows Driver Kit](https://en.wikipedia.org/wiki/Windows_Driver_Kit) |