ethtool_sys 0.0.1

ethtool c like api
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "ethtool_sys"
version = "0.0.1"
edition = "2021"
authors = ["ssfdust@gmail.com <ssfdust@gmail.com>"]
license = "MIT"
description = "ethtool c like api"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
libc = "0.2.140"