bluerobotics / bluerobotics/mavlink-server
Move rest data to IndexMap if possible
Open
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.