tipc 0.1.2

Bindings for interoperating with Linux TIPC sockets.
Documentation
1
2
3
4
5
6
7
#![allow(non_camel_case_types)]
#![allow(non_snake_case)]
#![allow(non_upper_case_globals)]
#![allow(dead_code)]

// Include the generated C-API bindings
include!(concat!(env!("OUT_DIR"), "/bindings.rs"));