spidev 0.6.0

Provides access to the Linux spidev interface. This interface allows for configuration of the spidev device, half-duplex SPI access, and full-duplex SPI access.
Documentation
[package]

name = "spidev"
version = "0.6.0"
authors = [
    "Paul Osborne <osbpau@gmail.com>",
    "The Embedded Linux Team <embedded-linux@teams.rust-embedded.org>"
]
edition = "2018"
license = "MIT/Apache-2.0"
readme = "README.md"
repository = "https://github.com/rust-embedded/rust-spidev"
homepage = "https://github.com/rust-embedded/rust-spidev"
documentation = "https://docs.rs/spidev"
description = """
Provides access to the Linux spidev interface.  This
interface allows for configuration of the spidev device,
half-duplex SPI access, and full-duplex SPI access.
"""

[dependencies]
libc = "0.2"
bitflags = "2.3"
nix = "0.26.2"