udt 0.2.0

Bindings to udt, a high performance data transfer protocol (based on UDP)
Documentation
1
2
3
4
5
6
git checkout master
cargo doc
git checkout gh-pages
rsync --delete -avP target/doc/ doc/
git add doc/
git commit --dry-run --reuse-message master