blob: 0eb7cee879f297b7534023656abf8f09706b9b0c (
plain)
1
2
3
4
5
6
7
8
9
|
# `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).
|