ethox 0.0.2

A standalone network stack for user-space networking and unikernels
Documentation
1
2
3
4
5
6
## 0.0.2

- Greatly reworked the wire module to expose its the protocols as separate
    modules instead of prefixing all types.
- Fixed a bug in slotmap that would occur when removing items in certain orders
    and would block the slot from being used again.