aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThe Gitter Badger <[email protected]>2016-04-18 08:39:35 +0000
committerpravic <[email protected]>2016-04-18 11:52:24 +0300
commitc148aea87525723c472d309a7e3f88e573566495 (patch)
tree404b4c6acadb00c5b6f707492f76c686cb9dd410
parentupdate README (diff)
downloadwinapi-kmd-rs-c148aea87525723c472d309a7e3f88e573566495.tar.xz
winapi-kmd-rs-c148aea87525723c472d309a7e3f88e573566495.zip
Add Gitter badge
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 75b35cd..8e6c6aa 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
## Windows Kernel-Mode Drivers written in Rust
+[![Join the chat at https://gitter.im/pravic/winapi-kmd-rs](https://badges.gitter.im/pravic/winapi-kmd-rs.png)](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)