diff options
Diffstat (limited to 'embassy-net-tuntap/README.md')
| -rw-r--r-- | embassy-net-tuntap/README.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/embassy-net-tuntap/README.md b/embassy-net-tuntap/README.md new file mode 100644 index 000000000..c5d9e746c --- /dev/null +++ b/embassy-net-tuntap/README.md | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | # `embassy-net` integration for Linux TUN/TAP interfaces. | ||
| 2 | |||
| 3 | [`embassy-net`](https://crates.io/crates/embassy-net) integration for for Linux TUN (IP medium) and TAP (Ethernet medium) interfaces. | ||
| 4 | |||
| 5 | ## Interoperability | ||
| 6 | |||
| 7 | This crate can run on any executor. | ||
| 8 | |||
| 9 | ## License | ||
| 10 | |||
| 11 | This work is licensed under either of | ||
| 12 | |||
| 13 | - Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or | ||
| 14 | http://www.apache.org/licenses/LICENSE-2.0) | ||
| 15 | - MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT) | ||
| 16 | |||
| 17 | at your option. | ||
