rd-net 0.2.2

Zero-copy network transport wrapper.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
authors = ["周睿 <zrufo747@outlook.com>"]
categories = ["embedded", "no-std"]
description = "Zero-copy network transport wrapper."
edition.workspace = true
keywords = ["os", "driver", "network"]
license = "MIT"
name = "rd-net"
repository.workspace = true
version = "0.2.2"

[dependencies]
dma-api.workspace = true
futures = { version = "0.3", default-features = false, features = ["alloc"] }
rdif-eth.workspace = true