Module spinel_pack::prelude

source ·
Expand description

Prelude module intended for blanket inclusion to make the crate easier to use.

use spinel_pack::prelude::*;

Re-exports§

Macros§

Attribute Macros§

  • Attribute macro which takes a Spinel format string as an argument and automatically defines the TryPack/TryUnpack traits for the given struct.