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

Refactor Pxo::Load to use std::io::Read + std::io::Seek #3

Merged
merged 1 commit into from
Nov 9, 2023
Merged

Refactor Pxo::Load to use std::io::Read + std::io::Seek #3

merged 1 commit into from
Nov 9, 2023

Conversation

badcodecat
Copy link
Contributor

This PR addresses the issue of limited flexibility in the Pxo::load function. Previously, this function could only read from files. With this change, Pxo::load can now read from any source that implements the Read and Seek traits, increasing its versatility. This resolves issue #2.

@appybara13 appybara13 merged commit c0598e8 into appybara13:main Nov 9, 2023
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