tree: f14ca71a6b0d30dc05a8ee55c0e5393c1d01bfb2 [path history] [tgz]
  1. spinel_pack_macros/
  2. src/
  3. BUILD.gn
  4. OWNERS
  5. README.md
src/connectivity/lowpan/lib/spinel_pack/README.md

Spinel Pack for Rust

This Rust crate allows you to easily and safely serialize/deserialize data structures into the byte format specified in section 3 of the Spinel Protocol Documentation. It is loosely inspired by the spinel_datatype_pack/spinel_datatype_unpack methods from OpenThread.

See the crate documentation for usage information.