mavlink / rust-mavlink

MAVLink library for Rust.
https://mavlink.github.io/rust-mavlink/mavlink/
Apache License 2.0
158 stars 79 forks source link

String parsing for char[] #193

Open gbin opened 1 year ago

gbin commented 1 year ago

This allows messages like STATUSTEXT to parse nicely as an ArrayString in Rust.

patrickelectric commented 1 year ago

If having embedded support is not possible, we may turn this as a feature to be used in compite time.