libudt4-sys 0.2.0

Native bindings to a C wrapper around the UDT library
Documentation
[build-dependencies]
gcc = "0.3"

[dependencies]
libc = "0.2"

[lib]
name = "libudt4_sys"
path = "lib.rs"

[package]
authors = ["Andrew Chin <achin@eminence32.net>"]
build = "build.rs"
description = "Native bindings to a C wrapper around the UDT library"
license = "BSD-3-Clause"
links = "udt4wrap"
name = "libudt4-sys"
repository = "https://github.com/eminence/udt-rs"
version = "0.2.0"

[target."cfg(windows)".dependencies]
winapi = "0.2"