1
2
3
4
5
6
7
8
9
10
11
// 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;