send-cell 0.1.1

Immutable memory region with runtime Send checking
Documentation
[package]
name = "send-cell"
version = "0.1.1"
authors = ["Sebastian Dröge <sebastian@centricular.com>"]
description = "Immutable memory region with runtime Send checking"
repository = "https://github.com/sdroege/send-cell"
license = "MIT"
categories = ["concurrency"]
readme = "README.md"
include = [
    "src/lib.rs",
    "Cargo.toml",
    "LICENSE",
    "README.md",
]

[dependencies]