oxjelly 0.0.0

Parser and serializer for Jelly
Documentation
1
2
3
4
5
6
7
8
fn main() {
    protobuf_codegen::Codegen::new()
        .pure()
        .cargo_out_dir("jelly-rdf")
        .input("proto/rdf.proto")
        .include("proto")
        .run_from_script();
}