examples: improve echo example consistency (#7256)

This commit is contained in:
Nicholas Skinsacos
2025-04-18 18:02:25 +03:30
committed by GitHub
parent 159a3b2c85
commit 1434b32b5a
10 changed files with 184 additions and 165 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ cargo run --example $name
```
A good starting point for the examples would be [`hello_world`](hello_world.rs)
and [`echo`](echo.rs). Additionally [the tokio website][tokioweb] contains
and [`echo-tcp`](echo-tcp.rs). Additionally [the tokio website][tokioweb] contains
additional guides for some of the examples.
For a larger "real world" example, see the [`mini-redis`][redis] repository.