v0.9.2
- internal per-packet tracking info reduced from 64 bytes to 2 bytes. no noticeable perf improvement :(
- remove buffer copies for
copy_from_slice
usages. no noticeable perf improvement :( - use Tokio's built-in child process stdin reader instead of rolling my own. no functional difference
- some small internal cleanup