blob: 0231be80e998ba29e5d8297950d29770a8d40246 [file] [log] [blame]
// Copyright 2020 The Chromium OS Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
//! Ties together the various modules that make up the Sirenia library used by
//! both Trichechus and Dugong.
pub mod build_info; // This is generated by build.rs.
pub mod cli;
pub mod communication;
pub mod storage;
include!("bindings/include_modules.rs");