diff --git a/crosvm_control/src/lib.rs b/crosvm_control/src/lib.rs index a7e102a649..10cfabd906 100644 --- a/crosvm_control/src/lib.rs +++ b/crosvm_control/src/lib.rs @@ -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: +//! use std::convert::{TryFrom, TryInto}; use std::ffi::CStr;