sendify 1.1.0

An unsafe crate to wrap a reference to make it Send + Sync.
Documentation
[features]
all = []
default = []

[package]
authors = ["Rousan Ali <hello@rousan.io>"]
categories = []
description = "An unsafe crate to wrap a reference to make it Send + Sync."
edition = "2018"
homepage = "https://github.com/rousan/sendify-rs"
keywords = ["rust", "unsafe", "send", "sync"]
license = "MIT"
name = "sendify"
readme = "README.md"
repository = "https://github.com/rousan/sendify-rs"
version = "1.1.0"
[package.metadata.docs.rs]
all-features = true

[package.metadata.playground]
features = ["all"]