Skip to content

Commit

Permalink
Update Rustdoc comment on package.
Browse files Browse the repository at this point in the history
  • Loading branch information
qwandor committed Aug 8, 2023
1 parent a7da5ea commit 3bc40e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/device/socket/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
//!
//! To use the driver, you should first create a [`VirtIOSocket`] instance with your VirtIO
//! transport, and then create a [`VsockConnectionManager`] wrapping it to keep track of
//! connections. If you only want to have a single outgoing vsock connection at once, you can use
//! [`SingleConnectionManager`] for a slightly simpler interface.
//! connections. If you want to manage connections yourself you can use the `VirtIOSocket` directly
//! for a lower-level interface.
//!
//! See [`VsockConnectionManager`] for a usage example.

Expand Down

0 comments on commit 3bc40e3

Please sign in to comment.