feat(core): split raw client and managed client as well as packet handlers
Resolves #65
Merge pull request #60 from Rutherther/feat/combat-v1
Make combat nonblocking, make multiple queues for distinct operations
tests(core): add tests for contracts
Merge pull request #34 from Rutherther/tests
Add core tests
feat(tests): add tests for command processor, walk command handler, stateful injector
chore: update dependencies
Merge branch 'in-packet-serialize' into 'main'
Serialize IN packet
See merge request Rutherther/nos-smooth!3
tests: add tests for in packet serializer