bincode 1.1.1

A binary serialization / deserialization strategy that uses Serde for transforming structs into bytes and vice versa!
Documentation
extern crate autocfg;

fn main() {
    autocfg::rerun_path(file!());

    let ac = autocfg::new();
    ac.emit_has_type("i128");
}