highly_sendable 0.1.0

Containers for sending Strings and results within your process and beyond.
Documentation
[dependencies.cfg-if]
version = "1.0.0"

[dependencies.corlib]
optional = true
version = "0.4.1"

[dependencies.delegate]
version = "0.13.3"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0.219"

[lib]
name = "highly_sendable"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Containers for sending Strings and results within your process and beyond."
edition = "2024"
homepage = "https://coruscateor.com/projects/highly-sendable"
keywords = ["send", "result", "text", "string", "str"]
license = "MIT OR Apache-2.0"
name = "highly_sendable"
readme = "README.md"
repository = "https://github.com/coruscateor/highly_sendable"
version = "0.1.0"