Udpt Versions Save

A lightweight UDP torrent tracker

v3.1.2

2 years ago

udpt-3.1.1

2 years ago

udpt-3.1.0

4 years ago
  • Converted code to be Rust 2018 instead of the previous Rust 2015. This allows the use of async and await from the Future's system.
  • Moved from actix-web to warp web framework for the API server.
  • API server now provides more details about active torrents.
  • UDP server uses tokio as well as the web server.