wcampbell
wcampbell
Recursive update seems like a good thing to add. Anyway, here is the "requires Clone + Copy and is really just a hack" code you can use: ```rs #[derive(Debug, PartialEq,...
`deku` emits the following for updating, for my example: ```rs impl DekuUpdate for Container { fn update(&mut self) -> core::result::Result { use core::convert::TryInto; self .ip_addr = ({ let mut a...
> Hello, I wonder if [sharksforarms/temp-write](https://github.com/sharksforarms/deku/tree/sharksforarms/temp-write) is going to be merged to main? Did this MR fix your issues? https://github.com/sharksforarms/deku/pull/322
> This would be pretty useful in my project. Anything I can assist with to get this merged? We need https://github.com/no-std-io/no-std-io/pull/5 and a final review by me and @sharksforarms
I don't have time to read your entire message, but the following hack works, although it looks like you have a sort of solution. ```rust use bitvec::view::BitView; use bitvec::{prelude::Msb0, slice::BitSlice,...
> Yeah I definitely don't want to do custom implementations, I have a lot of these types of structs to define and I'd like to cut out boilerplate as much...
I have an update on that in this issue: https://github.com/sharksforarms/deku/issues/134#issuecomment-1720212050 This has no MR, is based on a couple of un-merged MRs, and doesn't support writing yet. So far in...
> I have an update on that in this issue: [#134 (comment)](https://github.com/sharksforarms/deku/issues/134#issuecomment-1720212050) > > This has no MR, is based on a couple of un-merged MRs, and doesn't support writing...
> I did see that issue as well, but the changes that your fork introduces are much larger, and I haven't looked at them in too much detail yet :)...
@sharksforarms rebased, should be good now