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
11
12
/*
 * File comment
 */
option version = "1.0.0";

typedef u64 configs[nitems];

autoendian autoreply define variable_array {
    u32 client_index;
    u32 context;
    vl_api_configs_t vla;
};