[dependencies.reg-map-derive]
version = "=0.1.0"
[lib]
name = "reg_map"
path = "src/lib.rs"
[package]
authors = ["Riccardo Borgani <44963821+rikyborg@users.noreply.github.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["no-std", "no-std::no-alloc", "embedded"]
description = "Derive volatile accesses to a register map and memory-mapped IO"
documentation = "https://docs.rs/reg-map"
edition = "2021"
keywords = ["volatile", "register", "no_std", "embedded", "memory-mapped"]
license = "MIT OR Apache-2.0"
name = "reg-map"
readme = "README.md"
repository = "https://github.com/rikyborg/reg-map"
version = "0.1.0"
[[test]]
name = "integration"
path = "tests/integration.rs"