[package]
edition = "2024"
name = "volatile_table"
version = "0.0.1"
authors = ["Denis Kotlyarov (Денис Котляров) <denis2005991@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A zero-cost, type-safe DSL for MMIO and volatile register mapping with compile-time access control (RO/RW/WO)."
homepage = "https://github.com/UlinProject/volatile_table.git"
readme = "README.md"
keywords = [
"volatile",
"mmio",
"register",
"mapping",
"no_std",
]
categories = [
"embedded",
"no-std",
"hardware-support",
]
license = "Apache-2.0"
repository = "https://github.com/UlinProject/volatile_table.git"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
"--cfg",
"docsrs",
]
[lib]
name = "volatile_table"
path = "src/lib.rs"
[[example]]
name = "aml_uart"
path = "examples/aml_uart.rs"
[[test]]
name = "volatile_macro"
path = "tests/volatile_macro.rs"
[[test]]
name = "volatile_table_macro"
path = "tests/volatile_table_macro.rs"
[dependencies.cluFullTransmute]
version = "1.4.2"
default-features = false