Emmanuel Thompson
Emmanuel Thompson
thanks for the report. In the meantime, can you confirm this is a valid work-around? ```rust #[deku(skip, default = "content_id")] content_id: u16, ```
@wcampbell0x2a no longer sure of the status on this one
@wcampbell0x2a could you update the PR description? Why are these unused?
May be worth at this point to add in the docs about how to reduce binary size, given that there's now a feature flag + optimizations around it. Could you...
I'm also getting this. Edit: Found a solution. I added this to the checkout, it fetches all history/branches ``` with: fetch-depth: 0 ``` New yaml ``` on: [pull_request] name: benchmark...
Try the following: `#[deku(assert = "*field_0 < 32")] u8`
@passcod could you clarify your use case with some examples? Trying to understand what you're trying to achieve. I attempted something here, but I didn't need `VecTilEnd` and could use...
@wcampbell0x2a what do you think of the above? Could be neat to have an indicator of "eof" which could be used in attributes such as: ```rust #[deku(until = "|v: &u8|...
Are you able to provide an example of what you have and what you expect? I don't want to make assumptions on your format :)
This looks okay to me... > but the corresponding bytes are not jumped what do you mean by this? Here's an example, it may help you. If you can provide...