mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-28 17:44:10 +00:00
crosvm_control: Add link to library docs
Adds a link to the crosvm_control docs in the library source. BUG=b:236909264 TEST=cq Change-Id: I144e4a3823d20cea2c1087b71c2efa86e7029de3 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3729256 Tested-by: kokoro <noreply+kokoro@google.com> Reviewed-by: Keiichi Watanabe <keiichiw@chromium.org> Reviewed-by: Dennis Kempin <denniskempin@google.com> Commit-Queue: Kameron Lutes <kalutes@chromium.org>
This commit is contained in:
parent
1c80e0621f
commit
517bfb7acf
1 changed files with 6 additions and 0 deletions
|
@ -6,6 +6,12 @@
|
|||
//!
|
||||
//! This crate is a programmatic alternative to invoking crosvm with subcommands that produce the
|
||||
//! result on stdout.
|
||||
//!
|
||||
//! Downstream projects rely on this library maintaining a stable API surface.
|
||||
//! Do not make changes to this library without consulting the crosvm externalization team.
|
||||
//! Email: crosvm-dev@chromium.org
|
||||
//! For more information see:
|
||||
//! <https://google.github.io/crosvm/running_crosvm/programmatic_interaction.html#usage>
|
||||
|
||||
use std::convert::{TryFrom, TryInto};
|
||||
use std::ffi::CStr;
|
||||
|
|
Loading…
Reference in a new issue