summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2015-02-20 16:34:28 -0800
committerCarl Lerche <me@carllerche.com>2015-02-20 16:34:28 -0800
commit545795ae3bdb47e9d62594d3f06e7ec77f4b01eb (patch)
tree9345e508705ec523cc5cf87d89d93eae42cc1165
parentcd64f6dee7b632d3b31c6ae1b4839e357ae2234c (diff)
downloadnix-545795ae3bdb47e9d62594d3f06e7ec77f4b01eb.zip
Link to API docs
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index fe2bed7c..daa9a76f 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,8 @@ Rust friendly bindings to various *nix platform APIs (Linux, Darwin,
...). The goal is to not provide a 100% unified interface, but to unify
what can be while still providing platform specific APIs.
+- [API documentation](https://carllerche.github.io/nix-rust/nix/)
+
[![Build Status](https://travis-ci.org/carllerche/nix-rust.svg?branch=master)](https://travis-ci.org/carllerche/nix-rust)
## Usage