Merge pull request #3 from vitiral/docs

add documentation links
This commit is contained in:
Jeremy Soller
2017-03-19 17:30:22 -06:00
committed by GitHub
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