Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 642 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 642 Bytes

P2P File Sharing Application

Overview

This is a Peer-to-Peer (P2P) file-sharing application built using Rust. The application allows users to share files directly with each other without the need for a central server. It is designed to be efficient, secure, and easy to use.

Features

  • Direct File Sharing: Share files directly between peers.
  • Cross-Platform: Works on multiple operating systems.
  • Secure Transfers: Implements encryption for secure file transfers.
  • User-Friendly Interface: Simple and intuitive user interface.

Requirements

  • Rust (version 1.50 or higher)
  • Cargo (Rust package manager)