sendify-rs
An unsafe crate to wrap a reference to make it Send + Sync to be able to transfer it between threads. Make sure the reference is still valid when unwrapping it.
Install
Add this to your Cargo.toml file:
[]
= "1.1"
Example
use thread;
Contributing
Your PRs and suggestions are always welcome.