[PATCH 2/4] ynl_gen: generate Rust files from yaml files

Alice Ryhl posted 4 patches 1 month ago
There is a newer version of this series
Re: [PATCH 2/4] ynl_gen: generate Rust files from yaml files
Posted by Jakub Kicinski 1 month ago
On Fri, 06 Mar 2026 15:12:14 +0000 Alice Ryhl wrote:
> +++ b/tools/net/ynl/pyynl/ynl_gen_c.py

The name of the file says gen_c ...
Re: [PATCH 2/4] ynl_gen: generate Rust files from yaml files
Posted by Alice Ryhl 1 month ago
On Sat, Mar 07, 2026 at 10:41:55AM -0800, Jakub Kicinski wrote:
> On Fri, 06 Mar 2026 15:12:14 +0000 Alice Ryhl wrote:
> > +++ b/tools/net/ynl/pyynl/ynl_gen_c.py
> 
> The name of the file says gen_c ...

I see there is also an ynl_gen_rst.py file in the same directory. Are
you suggesting that I create a ynl_gen_rust.py file instead?

Alice