udp_sas_async 0.2.0

Source address selection for UDP sockets
Documentation
1
2
3
4
5
6
7
extern crate cc;

fn main() {
    cc::Build::new()
        .file("src/udp_sas.c")
        .compile("librust_udp_sas.a");
}