From f08d22d03005ef4f2362cd1b886199f46aa1e637 Mon Sep 17 00:00:00 2001 From: Rutger Date: Fri, 3 Jun 2016 21:39:36 +0200 Subject: [PATCH] Added documentation links --- Cargo.toml | 2 ++ README.md | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 875dcf9..7ff4f66 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,8 @@ authors = ["Rutger"] readme = "README.md" repository = "https://github.com/rutgersc/m3u8-rs" description = "A library for parsing m3u8 files (Apple's HTTP Live Streaming (HLS) protocol)." +documentation = "https://rutgersc.github.io/doc/m3u8_rs/index.html" +license = "MIT" [dependencies] nom = "^1.2.3" diff --git a/README.md b/README.md index f40284c..09b630f 100644 --- a/README.md +++ b/README.md @@ -16,11 +16,11 @@ And add the crate to `lib.rs` extern crate m3u8_rs; ``` -Also available on [crates.io]() +Also available on [crates.io](https://crates.io/crates/m3u8-rs) # Documentation -Available [here]() +Available [here](https://rutgersc.github.io/doc/m3u8_rs/index.html) # Examples