readcon-core 0.13.1

An oxidized single and multiple CON file reader and writer with FFI bindings for ergonomic C/C++ usage.
Documentation
1
2
3
4
5
6
7
pub mod read_con_capnp {
    #![allow(unused_parens)]
    include!(concat!(env!("OUT_DIR"), "/ReadCon_capnp.rs"));
}

pub mod client;
pub mod server;