Colin Snover
Colin Snover
Hi, thanks for your request! Because Rust macros are just code generators, it is certainly possible to use them to emit an 010 Editor template, but it is not a...
Hi, thanks for your request! Licensing information is provided in the machine-readable SPDX format in the published Cargo.toml, so it seems to me like a bug in the tool that...
Since I didn’t see any response to my earlier comment I will close this for now, but please feel free to give additional feedback any time and it can be...
Thanks for your report! This lifetime issue exists within the generated `BinWrite` implementation. Investigating, it is not immediately clear to me where the `'static` constraint is coming from. Manually knocking...
Oh, I’ll look into that. Initially when you said that, I just thought about autoref specialisation. If there is no sign of stable specialisation on the horizon at some point...
This appears to be a duplicate of #5407, or at least the desired outcome is the same.
Hi, I am now assisting in maintenance and am in the process of resuscitating this crate. There should be a new release fairly soon with bug fixes, as my time...
> [@csnover](https://github.com/csnover) Thank you very much for doing this work! I [posted](https://users.rust-lang.org/t/modular-bitfield-crate-has-recent-updates/129249) on URLO to let others know. Thanks! No name dropping is needed, my ego is big enough on...
Hi, thanks for your work on this! If I understand these changes, this patch looks to make `TakeSeek` into a stream slice/view API, which certainly makes sense as a thing...
Hi, > `Take` on its own has a very clear API. You can read from `X..X+len`, then `read()` always returns 0. I’m trying not to be pedantically irritating here, so...