jdb_proto 0.1.2

System core protocol layer for distributed database communication with zero-copy optimization / 分布式数据库通信的系统核心协议层,具备零拷贝优化
Documentation
[dependencies.async-oneshot]
version = "0.5"

[dependencies.bytes]
version = "1.11"

[dependencies.crossfire]
version = "2.1"

[dev-dependencies.aok]
version = "0.1.18"

[dev-dependencies.log]
version = "0.4.29"

[dev-dependencies.log_init]
version = "0.1.34"

[dev-dependencies.static_init]
version = "1.0.4"

[dev-dependencies.tokio]
features = ["macros", "rt", "rt-multi-thread", "time", "sync"]
version = "1.48.0"

[features]
default = []

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "System core protocol layer for distributed database communication with zero-copy optimization / 分布式数据库通信的系统核心协议层,具备零拷贝优化"
edition = "2024"
homepage = "https://github.com/js0/jdb/tree/main/jdb_proto"
keywords = ["database", "protocol", "async", "zero-copy", "distributed"]
license = "MulanPSL-2.0"
name = "jdb_proto"
readme = "README.md"
repository = "https://github.com/js0/jdb.git"
resolver = "2"
version = "0.1.2"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]

[[test]]
name = "main"
path = "tests/main.rs"