threadporter 0.1.3

First aid kit for !Send + !Sync values ⛑️
Documentation
# Threadporter — first aid kit for `!Send` + `!Sync` values ⛑️

[![crates.io page](https://img.shields.io/crates/v/threadporter)](https://crates.io/crates/threadporter)
[![docs.rs page](https://docs.rs/threadporter/badge.svg)](https://docs.rs/threadporter)
[![Apache 2.0 license](https://img.shields.io/crates/l/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.