libqaul-types 0.1.0

libqaul type fascade
Documentation
1
2
3
4
5
6
7
8
9
// use capnpc::CompilerCommand as Cc;

fn main() {
    eprintln!("build.rs has nothing to do...");
    // Cc::new()
    //     .file("schema/types.capnp") // base wire wrapper
    //     .run()
    //     .expect("Failed compiling schema/carrier.capnp!");
}