From f065e691e2092bf4a2eca5d4a2b87e1d03501cfc Mon Sep 17 00:00:00 2001 From: Garrett Berg Date: Sun, 19 Mar 2017 14:13:50 -0600 Subject: [PATCH] add documentation links --- Cargo.toml | 2 ++ README.md | 7 +++++++ 2 files changed, 9 insertions(+) create mode 100644 README.md diff --git a/Cargo.toml b/Cargo.toml index 5d90df4..217b75d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,8 @@ version = "0.1.16" description = "A Rust library to access raw Redox system calls" license = "MIT" authors = ["Jeremy Soller "] +repository = "https://github.com/redox-os/syscall" +documentation = "https://docs.rs/redox_syscall" [lib] name = "syscall" diff --git a/README.md b/README.md new file mode 100644 index 0000000..d45ec25 --- /dev/null +++ b/README.md @@ -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 +