bincode-thin 1.1.2

A fork of bincode with experimental hacks to have a smaller serialized size (for webrender)
Documentation
1
2
3
4
5
6
7
8
extern crate autocfg;

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

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