highly_sendable 0.1.0

Containers for sending Strings and results within your process and beyond.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "highly_sendable"
version = "0.1.0"
edition = "2024"
license = "MIT OR Apache-2.0"
description = "Containers for sending Strings and results within your process and beyond."
repository = "https://github.com/coruscateor/highly_sendable"
homepage = "https://coruscateor.com/projects/highly-sendable"
keywords = ["send", "result", "text", "string", "str"]

[dependencies]
delegate = "0.13.3"
cfg-if = "1.0.0"
serde = { version = "1.0.219", features = ["derive"], optional = true }
corlib = { version = "0.4.1", optional = true }