volatile_table 0.0.1

A zero-cost, type-safe DSL for MMIO and volatile register mapping with compile-time access control (RO/RW/WO).
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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