Docs.rs
group_interface-2025.8.14
group_interface 2025.8.14
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
liurunzi0052
Dependencies
anyhow ^1.0
normal
async-trait ^0.1
normal
chrono ^0.4
normal
dashmap ^5.4
normal
nix ^0.26
normal
once_cell ^1.18
normal
serde ^1.0
normal
serde_json ^1.0
normal
tokio ^1
normal
cc ^1.0
build
Versions
36.36%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Crate group_interface
group_
interface
2025.8.14
All Items
Crate Items
Structs
Functions
Crate
group_
interface
Copy item path
Source
Structs
§
Target
发送目标结构
Functions
§
global_
runtime_
handle
获取全局运行时句柄
log
sharing_
stream
共享读写,用Arc实现共享读写,将TcpStream劈成读写两部分,便于异步线程同时读写, 减少TcpStream读写的竞争,因为TcpStream是全双工的
test
程序测试用,会在终端打印出“controller test……ok“,说明调用GroupController的功能正常
who