Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Rust Exporter #72

Open
JonBoyleCoding opened this issue Feb 27, 2024 · 1 comment
Open

Update Rust Exporter #72

JonBoyleCoding opened this issue Feb 27, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@JonBoyleCoding
Copy link

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.

@xuri xuri added the enhancement New feature or request label Mar 4, 2024
@maxwai
Copy link

maxwai commented Oct 25, 2024

any update on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants