udt 0.1.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 -avP target/doc/ doc/
git add -u
git commit --dry-run --reuse-message master