hexpm 2.3.0

A Rust client for the Hex package manager
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
fn main() {
    // protobuf_codegen::Codegen::new()
    //     .out_dir("src/proto")
    //     .inputs(&[
    //         // "proto/names.proto",
    //         "proto/signed.proto",
    //         "proto/package.proto",
    //         "proto/versions.proto",
    //     ])
    //     .include("proto")
    //     .run()
    //     .expect("Protobuf codegen failed.");
}