Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 336 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 336 Bytes

chat

Simple terminal chat

cargo run --bin receiver
cargo run --bin transmitter

text chat

TODO: get rid of last unwrap transmitter/transmitter.rs

let serialized = serde_json::to_string(&user_data)
    .unwrap()
    .clone()
    .into_bytes();