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

Iteratively parse top-level values in inspect and to #47

Closed
tgregg opened this issue Mar 20, 2023 · 1 comment
Closed

Iteratively parse top-level values in inspect and to #47

tgregg opened this issue Mar 20, 2023 · 1 comment

Comments

@tgregg
Copy link
Contributor

tgregg commented Mar 20, 2023

amazon-ion/ion-rust#485 introduces the ability to iteratively parse top-level values from a stream. Previously, only @[u8] was supported as input, forcing inspect and to to memory-map the stream (e.g., https://github.com/amazon-ion/ion-cli/blob/master/src/bin/ion/commands/beta/inspect.rs#L182).

The duplicate logic in inspect and to should be updated to use the improved API.

@zslayton
Copy link
Contributor

zslayton commented Jun 4, 2024

This was addressed in #113.

@zslayton zslayton closed this as completed Jun 4, 2024
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

No branches or pull requests

2 participants