Skip to content

udpt v3.1.0

Compare
Choose a tag to compare
@naim94a naim94a released this 13 May 22:21
· 55 commits to master since this release
udpt-3.1.0
  • 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.