amdgpu-sysfs 0.8.0

Library for interacting with the Linux Kernel SysFS interface for GPUs (mainly targeted at the AMDGPU driver).
Documentation
[dependencies.enum_dispatch]
optional = true
version = "0.3.8"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1"
[dev-dependencies.pretty_assertions]
version = "1.2.1"

[dev-dependencies.rust-embed]
version = "6.4.2"

[dev-dependencies.tempfile]
version = "3.3"

[features]
default = ["overdrive"]
overdrive = ["enum_dispatch"]

[package]
authors = ["Ilya Zlobintsev <ilya.zl@protonmail.com>"]
description = "Library for interacting with the Linux Kernel SysFS interface for GPUs (mainly targeted at the AMDGPU driver)."
edition = "2018"
license = "GPL-3.0"
name = "amdgpu-sysfs"
readme = "README.md"
repository = "https://github.com/ilyazzz/amdgpu-sysfs-rs/"
version = "0.8.0"