dignifiedquire / dignifiedquire/async-tar
Send and Sync bounds for `Builder`
Open
- Dominant language
- Rust
- Stars
- 83
- Forks
- 70
- PR merge metrics
- No merged PRs in 30d
Description
I'm running into trouble because my writer isn't `Send` and `Sync`. This, however, is required to be able to use it in `Builder`. Doing a quick check at the source code, I couldn't find an obvious reason for these trait bounds. Could they maybe be removed?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.