Would be nice to `pack`/`unpack` messages and bundles directly ``` msg = losc.new_message('/test') bytes = msg:pack() -- do something with the packet ```