Clean bevnet documentation #30

Merged
tipragot merged 2 commits from clean-docs into main 2024-02-09 23:01:36 +00:00
Showing only changes of commit 5b24ad793d - Show all commits

View file

@ -7,7 +7,7 @@
//! ```no_run
//! use std::io;
//!
//! use bevnet::tcp::{Connection, Listener};
//! use bevnet::{Connection, Listener};
//!
//! # fn main() -> io::Result<()> {
//! let listener = Listener::new()?;