s3rius / rustus

TUS protocol implementation in Rust.
https://s3rius.github.io/rustus/
MIT License
149 stars 13 forks source link

Embedding in other programs #157

Open Chaoses-Ib opened 1 month ago

Chaoses-Ib commented 1 month ago

Is it possible to embed rustus into other programs based on axum? Like the official Go implementation does: https://tus.github.io/tusd/advanced-topics/usage-package/

s3rius commented 1 month ago

Not really. Previous versions could be embeded in actix programs, but I'm not sure about this one.

Also, we don't have publishing to crates, which might add some complexity.