cloud-hypervisor/vhost_user_fs/src/lib.rs

12 lines
204 B
Rust
Raw Normal View History

// Copyright © 2019 Intel Corporation
//
// SPDX-License-Identifier: Apache-2.0 AND BSD-3-Clause
#[macro_use]
extern crate log;
pub mod filesystem;
pub mod fuse;
pub mod multikey;
pub mod passthrough;