gpiod 0.3.0

Linux GPIO character device interfacing
Documentation
[dependencies.gpiod-core]
default-features = false
version = "0.3"

[features]
clap = ["gpiod-core/clap"]
default = ["v2"]
serde = ["gpiod-core/serde"]
v2 = ["gpiod-core/v2"]

[package]
authors = ["K. <kayo@illumium.org>"]
categories = ["os", "os::linux-apis"]
description = "Linux GPIO character device interfacing"
edition = "2021"
homepage = "https://github.com/katyo/gpiod-rs"
keywords = ["libgpiod", "GPIO", "Linux", "chardev", "ioctl"]
license = "MIT"
name = "gpiod"
readme = "README.md"
repository = "https://github.com/katyo/gpiod-rs"
version = "0.3.0"