docs: Update README.md

This commit is contained in:
Ahmet Kaan GÜMÜŞ 2023-10-01 01:04:12 +03:00 committed by GitHub
parent 32ad946cda
commit c81bc5ec4b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,3 +1,9 @@
[![Rust](https://github.com/Tahinli/rust-tcp-file-transfer/actions/workflows/rust.yml/badge.svg?branch=main)](https://github.com/Tahinli/rust-tcp-file-transfer/actions/workflows/rust.yml)
# rust-tcp-file-transfer
TCP File Transfer Server and Client in Rust
☑ File transfer over network.
☐ Remove memory boundaries.
☐ Folder transfer.
☐ Remember where it stops.
☐ Reach over NAT (peer to peer).