You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The core crate here is necessary different to what is found in dfinity/cdk-rs.
The main differences are that there’s a single struct that implements the Read and Write traits, and the Seek trait is also provided.
If there isn’t a significant downside to doing that in the Rust SDK the goal should be to move it (and the tests) back upstream if it would be accepted.