airlock 0.0.2

no_std async communication
Documentation
[dependencies.futures]
default-features = false
version = "^0.3"

[dependencies.thiserror]
optional = true
version = "^1"
[dev-dependencies.tokio]
features = ["macros", "rt", "time"]
version = "^1"

[features]
default = []
std = []
thiserror = ["dep:thiserror", "std"]

[package]
description = "no_std async communication"
edition = "2021"
license = "Apache-2.0"
name = "airlock"
repository = "https://github.com/RGafiyatullin/airlock-rs"
version = "0.0.2"