dark-std 0.1.1

dark-std is an Implementation of asynchronous containers build on tokio. It uses a read-write separation design borrowed from Golang
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]

name = "dark-std"

version = "0.1.1"

edition = "2021"

authors = ["zhuxiujia@qq.com"]

license = "MIT/Apache-2.0"

repository = "https://github.com/darkrpc/dark-std.git"

description = "dark-std is an Implementation of asynchronous containers build on tokio. It uses a read-write separation design borrowed from Golang"

readme = "README.md"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html



[dependencies]

time = { version = "0.3", features = ["formatting", "local-offset", "parsing", "serde"] }

crossbeam = { version = "0.8", default-features = false, option = true }

serde = "1.0"

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