xgen icon indicating copy to clipboard operation
xgen copied to clipboard

Update Rust Exporter

Open JonBoyleCoding opened this issue 1 year ago • 0 comments
trafficstars

Is your feature request related to a problem? Please describe.

The rust exporter currently outputs really old Rust.

Describe the solution you'd like

Update the rust exporter. These are things I noticed

  • No need for extern crate lines
  • No macro_use are necessary anymore
  • Requires use serde::{Serialize, Deserialize}

Describe alternatives you've considered

Currently I'm rewriting the code automatically once generated.

JonBoyleCoding avatar Feb 27 '24 15:02 JonBoyleCoding