blob: c3c8beaa2396cec9ffa2166e38f6e3391d9cb782 [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 cli;
pub mod communication;
pub mod linux;
pub mod rpc;
pub mod sandbox;
pub mod storage;
pub mod to_sys_util;
pub mod transport;