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