Skip to content

Commit 8b663b9

Browse files
author
pierresy
committed
Added links to documentation
1 parent 8259ba7 commit 8b663b9

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ name = "rust-sctp"
44
version = "0.0.1"
55
description = "High level SCTP networking library"
66
repository = "https://github.com/phsym/rust-sctp"
7+
documentation = "http://phsym.github.io/rust-sctp"
78
readme = "README.md"
89
authors = [ "Pierre-Henri Symoneaux" ]
910
keywords = ["transport", "network", "sctp", "libsctp", "socket"]

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,7 @@
33
[![Crates.io](https://img.shields.io/crates/v/rust-sctp.svg)](https://crates.io/crates/rust-sctp)
44

55
# rust-sctp
6+
7+
[Documentation](http://phsym.github.io/rust-sctp)
8+
69
SCTP networking library for Rust

0 commit comments

Comments
 (0)