volatile-register 0.2.2

Volatile access to memory mapped hardware registers
Documentation
[package]
authors = [
	"Jorge Aparicio <japaricious@gmail.com>",
	"Jonathan 'theJPster' Pallant <github@thejpster.org.uk>"
]
description = "Volatile access to memory mapped hardware registers"
documentation = "https://docs.rs/volatile-register"
keywords = ["no-std", "volatile", "register"]
license = "MIT OR Apache-2.0"
name = "volatile-register"
repository = "https://github.com/rust-embedded/volatile-register"
version = "0.2.2"

[dependencies]
vcell = "0.1.0"

[package.metadata.docs.rs]
targets = [
	"x86_64-unknown-linux-gnu",
	"x86_64-apple-darwin",
	"x86_64-pc-windows-msvc",
	"i686-unknown-linux-gnu",
	"i686-pc-windows-msvc",
	"thumbv8m.main-none-eabihf",
	"thumbv6m-none-eabi",
	"thumbv7em-none-eabi",
	"thumbv7em-none-eabihf",
	"thumbv7m-none-eabi",
	"thumbv8m.base-none-eabi",
	"thumbv8m.main-none-eabi",
]