diff --git a/README.md b/README.md index 27a269b..9a6de19 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ A compact encoder / decoder pair that uses an binary zero-fluff encoding scheme. The size of the encoded object will be the same or smaller than the size that the object takes up in memory in a running Rust program. +[Api Documentation](http://tyoverby.github.io/binary-encode/binary_encode/) + ## Example ```rust diff --git a/readme.dev.md b/readme.dev.md index cd1ce7a..6919148 100644 --- a/readme.dev.md +++ b/readme.dev.md @@ -4,6 +4,8 @@ A compact encoder / decoder pair that uses an binary zero-fluff encoding scheme. The size of the encoded object will be the same or smaller than the size that the object takes up in memory in a running Rust program. +[Api Documentation](http://tyoverby.github.io/binary-encode/binary_encode/) + ## Example ^code(./examples/basic.rs)