Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.11 KB

README.md

File metadata and controls

31 lines (23 loc) · 1.11 KB

tus-rust

Rust implementation of the tus resumable upload protocol. http://tus.io

Build

cargo build --release

Test

Currently testing is just starting a server and running the tests.
Ideally the tests should start the server or mimic a server.

cargo run and in a different terminal cargo test.

TODO

Protocol:

Binaries:

  • Implement basic server
  • Implement basic commandline client
  • Implement pluggable backend protocols for server starting with ZeroMQ