nget

Crates.ionget
lib.rsnget
version0.0.5
created_at2024-08-31 14:18:36.623322+00
updated_at2025-10-25 03:22:56.819818+00
descriptionA Concurrent HTTP Downloader.
homepagehttps://github.com/enjoycoding/nget
repositoryhttps://github.com/enjoycoding/nget
max_upload_size
id1358876
size100,906
Octoape (octoape)

documentation

README

nget - A Concurrent HTTP Downloader

A high-performance, concurrent HTTP downloader written in Rust with resume capability and beautiful progress tracking.

Features

  • 🚀 Concurrent Downloads: Multi-threaded downloading for maximum speed
  • 🔄 Resume Capability: Continue interrupted downloads from where they left off
  • 📊 Progress Tracking: Real-time progress bars with speed and ETA
  • 🛡️ Error Recovery: Automatic retry and error handling
  • High Performance: Async I/O and efficient memory usage
  • 🎯 User Friendly: Intuitive command-line interface

Installation

From Source

git clone https://github.com/enjoycoding/nget
cd nget
cargo install --path .
Commit count: 3

cargo fmt