<!-- Please do not use this template for feature requests; this is for planned or ongoing work on SimKube. To file a feature request, please start a discussion here: https://github.com/acrlabs/simkube/discussions --> ## Description The msgpack binary interface is "pretty good" but we can make trace files even smaller if we compress them first. [code hint](https://github.com/acrlabs/simkube/blob/master/tracer/main.rs#L34)
Description
The msgpack binary interface is "pretty good" but we can make trace files even smaller if we compress them first.
code hint