Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

General Q #115

Closed
v1gnesh opened this issue Sep 6, 2023 · 1 comment
Closed

General Q #115

v1gnesh opened this issue Sep 6, 2023 · 1 comment

Comments

@v1gnesh
Copy link

v1gnesh commented Sep 6, 2023

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!

@ncpenke
Copy link
Collaborator

ncpenke commented Sep 6, 2023

Thank you @v1gnesh. GAT refactor is 90% complete, but I've been busy the last few months so haven't had a chance to finish. Hoping to wrap it up in the upcoming weeks. The refactor touches a lot of the core macro logic, but can either implement transparent or update the ticket with guidance. Thanks!

@DataEngineeringLabs DataEngineeringLabs locked and limited conversation to collaborators Sep 6, 2023
@ncpenke ncpenke converted this issue into discussion #116 Sep 6, 2023

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants