embassy/embassy-net-ppp
2024-03-20 14:53:19 +01:00
..
src fmt: disable "unused" warnings. 2024-03-20 14:53:19 +01:00
Cargo.toml Fix invalid "async" crates.io category. 2024-01-12 00:39:01 +01:00
README.md Centralize license and MSRV boilerplate into the repo readme. 2024-01-11 18:18:35 +01:00

embassy-net-ppp

embassy-net integration for PPP over Serial.

Interoperability

This crate can run on any executor.

It supports any serial port implementing embedded-io-async.