osmx 0.2.0

Rust port of OSMExpress - a fast database file format for OpenStreetMap
Documentation
1
2
3
4
5
6
7
fn main() {
    capnpc::CompilerCommand::new()
        .src_prefix("src")
        .file("src/messages.capnp")
        .run()
        .expect("schema compiler command");
}