Skip to content

Rewrite xdrgen generator in Rust #498

@leighmcculloch

Description

@leighmcculloch

What

Rewrite xdrgen generator in Rust, using templating.

Why

The existing xdrgen has evolved over time, but without a lot of thought and the lack of templating makes it extremely difficult to look at the code and understand the shape of the final generated code. It is also brittle, takes a long time to build and run, and that combination of brittle and slow to build makes iterating on it rather painful.

There's a handful of things we want to do that'll be easier to iterate on with a faster build and less brittle code base. For example:

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions