async_msp_lib 0.1.14

Async msp library for iNav and BetaFlight
Documentation
[dependencies.async-std]
features = ["unstable", "attributes"]
version = "1.6.3"

[dependencies.futures]
version = "0.3.4"

[dependencies.multiwii_serial_protocol_v2]
version = "0.1.12"

[dependencies.packed_struct]
version = "0.3"

[dependencies.packed_struct_codegen]
version = "0.3"

[dependencies.serialport]
version = "3.3.0"

[features]
suppport_int32_setting_type = ["multiwii_serial_protocol_v2/suppport_int32_setting_type"]

[package]
authors = ["Ilya Guterman <amfernusus@gmail.com>"]
categories = ["asynchronous", "embedded"]
description = "Async msp library for iNav and BetaFlight"
edition = "2018"
keywords = ["msp", "multiwii", "inav", "betaflight"]
license = "MIT OR Apache-2.0"
name = "async_msp_lib"
readme = "README.md"
repository = "https://github.com/amfern/inav-msp-lib.rs"
version = "0.1.14"