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

Move rest data to IndexMap if possible #33

Open
joaoantoniocardoso opened this issue Oct 2, 2024 · 1 comment
Open

Move rest data to IndexMap if possible #33

joaoantoniocardoso opened this issue Oct 2, 2024 · 1 comment

Comments

@joaoantoniocardoso
Copy link
Member

          We are preferring IndexMap instead as it will preserve the order and is faster for our use. Make sure to add the serde feature:
indexmap = { version = "2.5.0", features = ["serde"] }

Originally posted by @joaoantoniocardoso in #29 (comment)

@joaoantoniocardoso
Copy link
Member Author

  • Is compatible with current mavlink2rest API

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

No branches or pull requests

1 participant