vpp-plugin-api-gen 0.2.1

Rust code generator for VPP API files.
Documentation
1
2
3
4
5
6
7
8
9
10
option version = "1.0.0";

autoendian define create_reply {
    u32 context;
    i32 retval;
};

service {
    rpc create returns create_reply;
};