pl011-uart 0.2.0

A driver for the Arm PL011 UART.
Documentation
[lib]
name = "pl011_uart"
path = "src/lib.rs"

[package]
authors = ["Anand Saminathan <anans@google.com>", "Andrew Walbran <qwandor@google.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["embedded", "no-std", "hardware-support"]
description = "A driver for the Arm PL011 UART."
edition = "2021"
keywords = ["arm", "aarch64", "driver", "uart", "pl011"]
license = "MIT OR Apache-2.0"
name = "pl011-uart"
readme = "README.md"
repository = "https://github.com/google/pl011-uart"
rust-version = "1.82"
version = "0.2.0"