task-local 0.1.1

Task-local storage for asynchronous tasks
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "task-local"
version = "0.1.1"
edition = "2021"
description = "Task-local storage for asynchronous tasks"
license = "MIT OR Apache-2.0"
repository = "https://github.com/BugenZhao/task-local"
documentation = "https://docs.rs/task-local"
readme = "README.md"
keywords = ["async", "task", "local", "storage"]
categories = ["asynchronous", "concurrency"]

[dependencies]
pin-project-lite = "0.2.9"

[dev-dependencies]
tokio = { version = "1.0", features = ["full"] }