reaktivity / nukleus-maven-plugin

Nukleus Maven Plugin
Apache License 2.0
0 stars 10 forks source link

Add support for string32 type #76

Closed jfallows closed 5 years ago

jfallows commented 5 years ago

String type with 4 byte length prefix.

Similar to string with single byte length prefix, and string16 with 2 byte length prefix.

jfallows commented 5 years ago

Fixed by #87