google / emboss

Emboss is a tool for generating code that reads and writes binary data structures.
Apache License 2.0
70 stars 21 forks source link

Native Support for Strings #28

Closed reventlov closed 1 year ago

reventlov commented 2 years ago

Currently, strings are modeled as UInt:8[] -- that is, just arrays of bytes.

Direct support for an actual string type would help at the API layer and in the text format.