aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpravic <[email protected]>2016-04-12 18:17:10 +0300
committerpravic <[email protected]>2016-04-12 18:17:10 +0300
commit7a4d98d91fd62d03c1b73aae8deb40cf84607a94 (patch)
tree3c023f41eea374f38d9802c5b935304026ea9e52
parentupdate README (diff)
downloadwinapi-kmd-rs-7a4d98d91fd62d03c1b73aae8deb40cf84607a94.tar.xz
winapi-kmd-rs-7a4d98d91fd62d03c1b73aae8deb40cf84607a94.zip
add documentation link
-rw-r--r--README.md12
1 files changed, 10 insertions, 2 deletions
diff --git a/README.md b/README.md
index a6b49cf..f21dd5c 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Windows Kernel-Mode Drivers written in Rust
+## Windows Kernel-Mode Drivers written in Rust
This library is just a proof-of-concept of windows kernel-mode drivers, which can be written in Rust programming language.
@@ -8,6 +8,14 @@ To compile you need the following:
* Nightly Rust with MSVC ABI starting from 2016-04-12 (?), which supports "[is-like-msvc](https://github.com/rust-lang/rust/pull/32823)" target flavor.
* MSVC itself, either VS 2015 or just MSVC Build Tools.
-* Rust environment for the Windows Kernel-Mode Drivers: [kmd-env-rs](https://github.com/pravic/kmd-env-rs)
+* Rust environment for the Windows drivers: [kmd-env-rs](https://github.com/pravic/kmd-env-rs)
TBD.
+
+## Examples
+
+[Here](https://github.com/pravic/winapi-km-rs/tree/master/examples) is a three basic drivers.
+
+----
+## [Reference](http://pravic.github.io/winapi-km-rs/)
+