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
+10 -6
View File
@@ -33,17 +33,21 @@ name = "chat"
path = "chat.rs"
[[example]]
name = "connect"
path = "connect.rs"
name = "connect-tcp"
path = "connect-tcp.rs"
[[example]]
name = "connect-udp"
path = "connect-udp.rs"
[[example]]
name = "echo-tcp"
path = "echo-tcp.rs"
[[example]]
name = "echo-udp"
path = "echo-udp.rs"
[[example]]
name = "echo"
path = "echo.rs"
[[example]]
name = "hello_world"
path = "hello_world.rs"