Merge pull request #45 from Rutherther/feat/mates Add support for mates
feat(packets): add nullable wrapper to represent a compoud type that may be null as a whole
chore: remove debug stuff from source generator
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 #16 from Rutherther/packets-list-inline-serializer Add generation of packet list inline serializer
feat: add inline list converter
feat: split inline generated deserialization into different methods
Merge pull request #12 from Rutherther/packets Implement custom packet serializer
fix: add namespace prefix to generated files
chore: remove debug generator write to temp
chore: rename type generators to inline converter generators
feat: add inline packet converters generation support
feat: add support for conditional packet attribute
feat: add checking parameter method for the generator
chore: remove debug attachment in source generator
fix: correct generated syntax errors
feat: rewrite packet serializer generator
feat: add base packet list source generators