crosvm/system_api_stub
Anton Romanov bed40ad547 crosvm: migrate to Rust 2021 edition
BUG=none
TEST=cq

Change-Id: I0059c970879b78bfd40b6ce58b10debcf154b50f
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3508322
Tested-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: Daniel Verkamp <dverkamp@chromium.org>
Commit-Queue: Anton Romanov <romanton@google.com>
2022-03-09 01:16:03 +00:00
..
src fs: Support setting quota project ID 2021-09-03 00:47:25 +00:00
Cargo.toml crosvm: migrate to Rust 2021 edition 2022-03-09 01:16:03 +00:00
README.md docs: Use mdformat to format markdown files 2022-01-27 21:29:11 +00:00

Stub crate for system_api

system_api is used by ChromeOS to interact with other system services.

In ChromeOS builds, the chromeos cargo feature is enabled and this crate is replaced with the actual system_api implementation.

On other platforms, the feature flag will remain disabled and this crate is used to satisfy cargo dependencies on system_api.