Merge pull request #82 from Rutherther/feat/serialize-stackalloc
Use stackalloc and Span for packet serialization
fix: try to copy until enough size
feat: return array to ArrayPool in PacketStringBuilder
feat: use "in" instead of "ref" in packet serializer
feat: use stackalloc and Span for packet serialization
chore: bump packetserializer abstractions version
feat(packets): accept ReadOnlySpan inside of PaketStringEnumerator
chore: move repository url and license to Directory.Build.props
feat(packets): add support for multiple separators after a field
chore: add rest of version prefixes
feat(packets): add possibility to increment read tokens for arrays using capture and increment read tokens
Merge pull request #53 from Rutherther/feat/raids
Add raid processing
feat(packets): add conditional list index attribute
feat(packets): make prepared level part of CurrentLevel in PacketStringBuilder similar to PacketStringEnumerator
feat(packets): allow multiple packet headers
docs: add optional wrapper present parameter documentation