mirror of
https://github.com/Pumpkin-MC/Pumpkin.git
synced 2026-08-31 20:32:34 +00:00
* removed codecs in favor of the `Encode` and `Decode` traits and their derivatives * placed more exports in the `pumpkin-codecs` lib * split primitives into their own folder and added some tests * added `Either` support and added a simple test for it * fixed linting for tests