Docs.rs
embassy-net-0.5.0
embassy-net 0.5.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Documentation
Repository
crates.io
Source
Owners
Dirbaio
github:embassy-rs:crates-io
Dependencies
defmt ^0.3.8
normal
optional
document-features ^0.2.7
normal
embassy-net-driver ^0.2.0
normal
embassy-sync ^0.6.1
normal
embassy-time ^0.3.2
normal
embedded-io-async ^0.6.1
normal
embedded-nal-async ^0.8.0
normal
heapless ^0.8
normal
log ^0.4.14
normal
optional
managed ^0.8.0
normal
smoltcp ^0.12.0
normal
Versions
100%
of the crate is documented
Go to latest version
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
embassy_
net
0.5.0
Module client
Module Items
Structs
In embassy_
net::
tcp
embassy_net
::
tcp
Module
client
Copy item path
Source
Expand description
TCP client compatible with
embedded-nal-async
traits.
Structs
ยง
TcpClient
TCP client connection pool compatible with
embedded-nal-async
traits.
TcpClient
State
State for TcpClient
TcpConnection
Opened TCP connection in a
TcpClient
.