mirror of
https://github.com/rutgersc/m3u8-rs.git
synced 2024-12-22 14:36:28 +00:00
Added documentation links
This commit is contained in:
parent
a81a5e582b
commit
f08d22d030
2 changed files with 4 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue