We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b42d54c commit 8259ba7Copy full SHA for 8259ba7
.travis.yml
@@ -0,0 +1,11 @@
1
+language: rust
2
+rust:
3
+ - stable
4
+ - beta
5
+ - nightly
6
+matrix:
7
+ allow_failure:
8
+ - rust: nightly
9
+
10
+before_script:
11
+ - sudo apt-get install libsctp1 libsctp-dev lksctp-tools
README.md
@@ -1,2 +1,6 @@
+
+[](https://travis-ci.org/phsym/rust-sctp)
+[](https://crates.io/crates/rust-sctp)
# rust-sctp
SCTP networking library for Rust
0 commit comments