We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2c9780 commit 35397a1Copy full SHA for 35397a1
CHANGELOG.md
@@ -2,6 +2,15 @@
2
3
## Unreleased
4
5
+### Added
6
+
7
+- [[#256](https://github.com/rust-vmm/vm-memory/pull/256)] Implement `WriteVolatile`
8
+ for `std::io::Stdout`.
9
10
+ for `Cursor<&mut [u8]>`.
11
+- [[#256](https://github.com/rust-vmm/vm-memory/pull/256)] Implement `ReadVolatile`
12
+ for `Cursor<T: AsRef[u8]>`.
13
14
## [v0.13.0]
15
16
### Added
0 commit comments