Skip to content

rio/tus-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages