pub fn pack(envelope: &ChangesetEnvelope, changeset: &[u8]) -> Vec<u8> ⓘ
Pack an envelope and changeset into the wire format.
Layout: [envelope JSON] \0 [changeset bytes]
[envelope JSON] \0 [changeset bytes]