thrive-ipc 0.1.0

ipc channel
Documentation
1
2
3
4
5
6
7
8
9
10
extern crate cc;


fn main() {
    cc::Build::new()
        .include("src/c_impl")
        .file("src/c_impl/rpmsg_socket.c")
        .file("src/c_impl/ipc_tda.c")
        .compile("libipc_tda.a");
}