Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 199 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 199 Bytes

AsyncChatApp

Asynchronous chat application in Rust Language

Dependencies

  • async-std pkg as asynchronous standard pkg
  • tokio as supplementary asynchronous pkg
  • serde as JSON file manipulator