-
Notifications
You must be signed in to change notification settings - Fork 90
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
Add 64-bit offset support for std::io traits #333
Comments
This commit fixes this by introducing a new The motivation for this approach was to allow backwards compatibility with existing API, while layering the new functionality/API on top. This also fixes #334. If you're interested, I can submit a PR. |
A further iteration was made by my colleague dmidem@653892c to improve the readability by splitting logic into several files. In general, happy to make the appropriate cleanup/changes if this functionality seems relevant to cdk-rs. |
Thanks for the suggestion. Please file a PR. |
Thanks @lwshang created a PR. Happy to incorporate any feedback. |
To make effective use of larger stable storage size, it would be useful to manipulate stable storage via
std::io::Read
andstd::io::Write
traits.The text was updated successfully, but these errors were encountered: