Skip to content

IanGYan/rustlrn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rustlrn

Learn Rust

This is an exercise written in RUST. The source is about a TCP server which can echo incoming data back to the client.

Start server: $ Cargo run

Test from client: $ telnet 127.0.0.1 7878

Then input any words...

Here is my screen capture of the running result.

[END]

Releases

No releases published

Packages

No packages published

Languages