s3rius / rustus

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

Normalize the extentions inside of config in-place #110

Closed Kolaer closed 1 year ago

Kolaer commented 1 year ago

By the way, is there any reason for the extensions to be sorted? I couldn't find any mention of that in the specification. I'd argue that it's better to drop this requirement if there's no reason for it and switch to HashSet instead of Vec. If it's required for any other reason, we can still switch to BTreeSet.