vpp-plugin-api-gen 0.2.1

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

define ip_table_details {
    u32 context;
    /* ... */
};