blob: 682eefa98589ebe19c25017ebea82f4513236a7f [file] [log] [blame] [edit]
// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// SPDX-License-Identifier: Apache-2.0 OR BSD-3-Clause
//! A crate that provides vsock device specific components as described
//! by the virtio specification.
#![deny(missing_docs)]
/// Contains a vsock packet abstraction.
pub mod packet;