add documentation links

This commit is contained in:
Garrett Berg
2017-03-19 14:13:50 -06:00
parent 6188e4d040
commit f065e691e2
2 changed files with 9 additions and 0 deletions

View File

@@ -4,6 +4,8 @@ version = "0.1.16"
description = "A Rust library to access raw Redox system calls"
license = "MIT"
authors = ["Jeremy Soller <jackpot51@gmail.com>"]
repository = "https://github.com/redox-os/syscall"
documentation = "https://docs.rs/redox_syscall"
[lib]
name = "syscall"

7
README.md Normal file
View File

@@ -0,0 +1,7 @@
[Redox OS][1]'s syscall API
[Documentation][2]
[1]: https://github.com/redox-os/redox
[2]: https://docs.rs/redox_syscall