bluerobotics / bluerobotics/mavlink-server

Move rest data to IndexMap if possible

Open
#33 1 comment 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Rust
Stars
58
Forks
14
Avg merge
3d 9h
Merged PRs (30d)
6

Description

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

_Originally posted by @joaoantoniocardoso in https://github.com/bluerobotics/mavlink-server/pull/29#discussion_r1769335076_

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.