mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-22 14:53:03 +00:00
10 lines
275 B
Markdown
10 lines
275 B
Markdown
# `embassy-net-ppp`
|
|
|
|
[`embassy-net`](https://crates.io/crates/embassy-net) integration for PPP over Serial.
|
|
|
|
## Interoperability
|
|
|
|
This crate can run on any executor.
|
|
|
|
It supports any serial port implementing [`embedded-io-async`](https://crates.io/crates/embedded-io-async).
|