Skip to content
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

Expose File::inner? #563

Closed
trumank opened this issue Jul 25, 2023 · 1 comment · Fixed by #564
Closed

Expose File::inner? #563

trumank opened this issue Jul 25, 2023 · 1 comment · Fixed by #564

Comments

@trumank
Copy link

trumank commented Jul 25, 2023

I'm using the high level API and would like the ability to dip down into the lower level structs without having to parse the file a second time using the low level API. Is there a way to do this?

@philipc
Copy link
Contributor

philipc commented Jul 25, 2023

There isn't a way to do this currently. #550 is one option I'm considering. The advantage it has over exposing File::inner is that it works for any T: Object, but I'm not sure yet if that is useful enough to worry about supporting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants