[dependencies.deepsize]
optional = true
version = "0.2.0"
[features]
default = []
[lib]
name = "sendable"
path = "src/lib.rs"
[package]
authors = ["Hrvoje Nikšić <hniksic@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Substitutes for Rc and Option that facilitate sending data between threads."
documentation = "https://docs.rs/sendable/"
edition = "2024"
homepage = "https://github.com/hniksic/sendable"
keywords = ["graph", "rc", "thread", "option"]
license = "Apache-2.0/MIT"
name = "sendable"
readme = "README.md"
repository = "https://github.com/hniksic/sendable"
version = "0.6.2"