I'd like to support the following workflow:
- Paste a hex-encoded data.
- Add "kinds" that compose a particular type (type + name (optional - autofilled)).
- At the very end always display remaining bytes as some special field.
Could be done by selecting "Compose" at the regular selector, which would open up additional section between input and controls that would allow composing the type.
The type should also be possible to describe as JSON-like format, like so:
{
"id": "u8",
"name": "string",
"header": "Header",
"blob": "blob"
}
So that the composed type can be:
- locally persisted
- added to the URL
- Copy & Pasted over chat
I'd like to support the following workflow:
Could be done by selecting "Compose" at the regular selector, which would open up additional section between input and controls that would allow composing the type.
The type should also be possible to describe as JSON-like format, like so:
So that the composed type can be: