Hello,
Thank you for sharing your excellent, excellent work.
When you find time, can you please update the complex_example with examples showing the latest capabilities?
Any guidane on the GAT refactor and adding support for things like:
pub struct Numeric<const N: usize>(
#[deku(map = |num: [u8; N]| LittleEndian::read_int(&num, N))] pub(crate) i64,
);
Any guidance on surfacing the transparent capability?
#81
Thanks in advance!
Hello,
Thank you for sharing your excellent, excellent work.
When you find time, can you please update the
complex_examplewith examples showing the latest capabilities?Any guidane on the GAT refactor and adding support for things like:
Any guidance on surfacing the
transparentcapability?#81
Thanks in advance!