xgen
xgen copied to clipboard
Update Rust Exporter
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 cratelines - No
macro_useare necessary anymore - Requires
use serde::{Serialize, Deserialize}
Describe alternatives you've considered
Currently I'm rewriting the code automatically once generated.