chore: add repository url and license to nuget
chore: add nuget description
feat: split packets definitions into separate assembly
Merge pull request #14 from Rutherther/packets-span
Rewrite packets string enumerator to use spans, add Injector for .NET 5+
feat: use ReadOnlySpan for deserialization instead of strings
Merge pull request #12 from Rutherther/packets
Implement custom packet serializer
chore: update packets project
chore: remove packets dependency on noscore
feat: add reference to generator package
feat: add Packets and PacketTests projects