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 {
    u32 client_index;
    u32 context;
};

service {
    rpc create returns create_reply;
};