Top 6 Rust Download Projects
-
-
Built this cdc tool for software update of embedded (Linux) systems and have deployed it with good enough performance on a couple of arm CPUs; https://github.com/oll3/bita
Though main goal has been keeping data usage low rather than speed up.
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
-
uploadserver
Simple Rust file server which lets you upload, share, and download files from a web browser. Ready-to-run binaries for Windows, Mac, and Linux. Free/Open-Source alternative to AirDrop/Dropbox for transferring files on your local network without having to install anything. A more sophisticated version of `python3 -m http.server 8000`.
If you don't have a network connection, you can setup an adhoc hotspot on any Android 9+ (Settings > Network & internet > Hotspot & tethering https://support.google.com/android/answer/9059108) or iPhone (Settings > Personal Hotspot), then connect to it using any WiFi-enabled device.
A useful filesharing utility that a friend wrote is https://github.com/akovacs/uploadserver - it's basically a nicer version of:
python -m http.server 8000
-
Vivace is a command line tool written in Rust for Linux and Windows, that downloads songs from Youtube and saves them to an output file. The encoding is detected from your file extension and the content is converted to it automatically using ffmpeg.
-
Pre-built binaries for Windows, Linux, and macOS are available at https://github.com/matteopolak/tcd/releases/tag/v0.4.1. If you're on Linux, you'll need to make sure you have openssl installed. Windows and macOS should be good to go out of the box. Information in building from source is available in the README of the repository (also bundled with each installation).
Rust Download related posts
Index
What are some of the best open-source Download projects in Rust? This list will help you:
Project | Stars | |
---|---|---|
1 | yaydl | 247 |
2 | bita | 244 |
3 | nazuna | 28 |
4 | uploadserver | 13 |
5 | Vivace | 10 |
6 | tcd | 8 |