-
Notifications
You must be signed in to change notification settings - Fork 97
Open
Description
Hello. First of all, my thanks for this crate.
So, I'm working on binary data parser, but I have some problems about offsets. Structure looks like this:
begin
header (16 bytes)
offsets point to data from beginning (count of N i32 which is acquired from header)
...
data somewhere in block of input
...
more data
...
and so on
...
end
How can I solve the problem of offset access using combine
crate? Header and data by offsets should be stored in custom struct. Thanks in advance!
Metadata
Metadata
Assignees
Labels
No labels