# Threadporter — first aid kit for `!Send` + `!Sync` values ⛑️
[](https://crates.io/crates/threadporter)
[](https://docs.rs/threadporter)
[](https://raw.githubusercontent.com/surban/threadporter/master/LICENSE)
This crate provides help for working with types that are
`!Send` + `!Sync` as they usually occur when targeting
WebAssembly and working with JavaScript objects.
## License
Threadporter is licensed under the [Apache 2.0 license].
[Apache 2.0 license]: https://github.com/surban/threadporter/blob/master/LICENSE
### Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in Threadporter by you, shall be licensed as Apache 2.0, without any
additional terms or conditions.