threadporter 0.1.3

First aid kit for !Send + !Sync values ⛑️
Documentation
1
2
3
4
5
6
7
8
9
//! Threadporter — first aid kit for `!Send` + `!Sync` values ⛑️
//!
//! This crate provides help for working with types that are
//! `!Send` + `!Sync` as they usually occur when targeting
//! WebAssembly and working with JavaScript objects.
//!

mod thread_bound;
pub use thread_bound::{thread_bound, ThreadBound};