We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
inspect
to
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).
@[u8]
The duplicate logic in inspect and to should be updated to use the improved API.
The text was updated successfully, but these errors were encountered:
from
This was addressed in #113.
Sorry, something went wrong.
No branches or pull requests
amazon-ion/ion-rust#485 introduces the ability to iteratively parse top-level values from a stream. Previously, only
@[u8]
was supported as input, forcinginspect
andto
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
andto
should be updated to use the improved API.The text was updated successfully, but these errors were encountered: