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

Implement an Inner struct for CloneableSeekableReader #47

Merged
merged 1 commit into from
Nov 10, 2023

Conversation

djmitche
Copy link
Contributor

@djmitche djmitche commented Nov 9, 2023

This Inner type implements the shared behavior (tracking length and position) while the existing outer type implements the crate-public API.

  • Tests pass
  • Appropriate changes to README are included in PR

This Inner type implements the shared behavior (tracking length and
position) while the existing outer type implements the crate-public API.
@adetaylor
Copy link
Collaborator

Thanks!!

@adetaylor adetaylor merged commit 7ea2842 into google:main Nov 10, 2023
11 checks passed
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 this pull request may close these issues.

2 participants