apu_pcengines_hal 0.1.0

A safe wrapper around the direct memory interface of the APU2+ hardware
Documentation
[package]
name = "apu_pcengines_hal"
description = "A safe wrapper around the direct memory interface of the APU2+ hardware"
keywords = ["embedded", "hal", "driver", "linux", "apu"]
categories = ["embedded", "hardware-support", "os::linux-apis"]
version = "0.1.0"
edition = "2018"

authors = ["Stefan Schindler <dns2utf8@estada.ch>"]
license = "MIT OR Apache-2.0"
readme = "README.md"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
repository = "https://gitlab.com/dns2utf8/apu_pcengines_hal"
documentation = "https://docs.rs/apu_pcengines_hal"

include = [
    "src/**/*",
    "examples/**/*",
    "Cargo.toml",
    "README.md",
    "CHANGELOG.md",
]

[dependencies]
libc = "0.2"