uart8250 0.4.1

This crate provide a struct with many methods to operate uart 8250.
Documentation
[dependencies.embedded-hal]
optional = true
version = "=1.0.0-alpha.4"

[dependencies.nb]
optional = true
version = "1"

[dependencies.volatile-register]
version = "0.2"

[features]
default = []
embedded = ["embedded-hal", "nb"]
fmt = []

[package]
authors = ["Campbell He (duskmoon)"]
categories = ["embedded"]
description = "This crate provide a struct with many methods to operate uart 8250."
edition = "2018"
homepage = "https://github.com/duskmoon314/uart-rs"
keywords = ["uart"]
license = "MIT"
name = "uart8250"
readme = "README.md"
repository = "https://github.com/duskmoon314/uart-rs"
version = "0.4.1"