crosvm/base
Daniel Verkamp 9329c55dca base: impl Write for VolatileSlice
Add an implementation of std::io::Write for VolatileSlice that mirrors
the standard slice Write implementation:
<https://doc.rust-lang.org/std/primitive.slice.html#impl-Write-for-%26mut+%5Bu8%5D>

This allows more ergonomic writing to guest memory.

Change-Id: I4bfc84920d33c379b9986ffc0232e5787613e93a
Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/5842392
Reviewed-by: Frederick Mayle <fmayle@google.com>
Reviewed-by: Junichi Uekawa <uekawa@chromium.org>
Commit-Queue: Daniel Verkamp <dverkamp@chromium.org>
2024-09-09 21:40:46 +00:00
..
base_event_token_derive
src base: impl Write for VolatileSlice 2024-09-09 21:40:46 +00:00
tests
.build_test_serial
Cargo.toml