Docs.rs
zlink-core-0.1.1
zlink-core 0.1.1
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
zeenix
Dependencies
bytes ^1.5
normal
optional
chrono ^0.4
normal
optional
defmt ^1.0.1
normal
optional
futures-util ^0.3.31
normal
indexmap ^2.2
normal
optional
mayheap ^0.2.0
normal
memchr ^2.7.4
normal
pin-project-lite ^0.2.16
normal
serde ^1.0.218
normal
serde-json-core ^0.6.0
normal
optional
serde_json ^1.0.139
normal
optional
time ^0.3
normal
optional
tracing ^0.1.41
normal
optional
url ^2.5
normal
optional
uuid ^1.0
normal
optional
winnow ^0.7
normal
optional
zlink-macros ^0.1.0
normal
serde ^1.0.218
dev
serde-prefix-all ^0.1.0
dev
test-log ^0.2.17
dev
tokio ^1.44.0
dev
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
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
Module connection
zlink_
core
0.1.1
Module connection
Module Items
Re-exports
Modules
Structs
In crate zlink_
core
zlink_core
Module
connection
Copy item path
Source
Expand description
Contains connection related API.
Re-exports
§
pub use chain::
Chain
;
pub use socket::
Socket
;
Modules
§
chain
Chain method calls.
socket
The low-level Socket read and write traits.
Structs
§
Connection
A connection.
Read
Connection
A connection that can only be used for reading.
Write
Connection
A connection.