Docs.rs
sockets-0.1.2
sockets 0.1.2
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
tr3ysmith
Dependencies
serde ^1.0.152
normal
optional
serde_json ^1.0.91
normal
optional
socket2 ^0.4.7
normal
thiserror ^1.0.38
normal
tokio ^1.24.2
normal
tracing ^0.1.37
normal
Versions
5.88%
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
Skip to main content
UdpEventTx
sockets
0.1.2
UdpEvent
Tx
Aliased Type
In sockets::
udp
sockets
::
udp
Type Alias
UdpEvent
Tx
Copy item path
Source
pub type UdpEventTx =
Sender
<
UdpEvent
>;
Aliased Type
ยง
pub struct UdpEventTx {
/* private fields */
}