Parse & render sType from spec (fixes #3)

This commit is contained in:
Robin Voetter
2020-11-26 15:47:04 +01:00
parent 646d74ab6a
commit 7fdb6eaad3
3 changed files with 21 additions and 3 deletions

View File

@@ -64,6 +64,7 @@ pub const Container = struct {
is_buffer_len: bool,
};
stype: ?[]const u8,
fields: []Field,
is_union: bool,
};