Emmanuel Thompson
Emmanuel Thompson
A breaking change in what sense? It should still support `magic = b"mymagic"` We can work through this issue in the PR, I'm okay with breaking changes, I still consider...
> > > Ok fair enough, I might be able to get around breaking changes by implementing something like FromMeta. I'll play around with it a bit. I'm still new...
Hey @OliverGavin sorry just seeing this now. If you have an initial draft I'd be happy to discuss in a PR!
> Hi! Came exactly looking for this, I've an old binary file that has a hex signature at the beginning, and regrettably not all hex values can be expressed as...
I don't see why not! Possibly a `seek` and `peek` attribute. Do you have an example protocol or format for reference?
@kitlith Breaking changes are fine with me. This crate is still pre 1.0.0 :)
Thanks for creating this issue! I agree with what you've said, currently it's hard to know which attributes apply to the container/value inside the container, and there's not much control...
> One other thing to think about is potentially making this extensible to nested containers - i.e. what syntax would work were we to support `Vec`. That's probably a very...
inner does _look_ the best so far. Value isn't terrible ```rust #[deku( count = "3", value( count = "1", value(bits = "3") ) )] ```
> > > Any further thoughts on this, @sharksforarms? > Perhaps a `.conf` file with global settings? This would be better suited in another library using deku. For example, another...