Docs.rs
chik-client-0.28.1
chik-client 0.28.1
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
Chik-Network
Dependencies
chik-protocol ^0.28.1
normal
chik-traits ^0.28.1
normal
futures-util ^0.3.31
normal
thiserror ^1.0.69
normal
tokio ^1.45.0
normal
tokio-tungstenite ^0.24.0
normal
tungstenite ^0.24.0
normal
Versions
0%
of the crate is documented
Platform
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
Files
chik_client/
lib.rs
1
mod
error;
2
mod
peer;
3
mod
utils;
4
5
pub use
error::
*
;
6
pub use
peer::
*
;