Utility functions for nanopb-c

These structures are useful when serializing and deserializing either vectors of bytes or malloc'd byte streams, using pb_encode and pb_decode.

Summary

See also:external/nanopb-c

Structs

tuningfork::ByteStream

A view on the bytes provided in vec.

tuningfork::VectorStream

A view on the vector provided in vec.

Namespaces

tuningfork