protos/
lib.rs

1// Copyright 2019 The ChromiumOS Authors
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5//! Generated protobuf bindings.
6
7mod generated {
8    include!(concat!(env!("OUT_DIR"), "/generated.rs"));
9}
10
11#[cfg(feature = "composite-disk")]
12pub use generated::cdisk_spec;
13#[cfg(feature = "registered_events")]
14pub use generated::registered_events;