mavspec_rust_derive 0.6.7

Procedural macros for MAVSpec's Rust code generation toolchain.
Documentation
1
2
3
4
5
6
7
8
9
pub(crate) const MESSAGE_ID_MAX: u32 = 2u32.pow(24);

pub(crate) const ATTR_MESSAGE_ID: &str = "message_id";
pub(crate) const ATTR_CRC_EXTRA: &str = "crc_extra";
pub(crate) const ATTR_EXTENSION: &str = "extension";
pub(crate) const ATTR_BITMASK: &str = "bitmask";
pub(crate) const ATTR_BASE_TYPE: &str = "base_type";
pub(crate) const ATTR_REPR_TYPE: &str = "repr_type";
pub(crate) const ATTR_REPR: &str = "repr";