sprout42/StarStruct

Self packing

Closed this issue · 1 comments

After returning a struct using message.make(...) there isn't an easy way to pack it without having the original dictionary.

We could return a child of namedtuple that has a pack attribute to pack itself.

Resolved by #33