Documentation
[package]
name = "rubidium"
description = "Rb37"
repository = "https://github.com/Lokathor/rubidium"
version = "0.0.6-alpha.0"
authors = ["Lokathor <zefria@gmail.com>"]
edition = "2018"
license = "Zlib"

[dependencies]

[features]
# Safety: If you enable this the crate will define all the MMIO addresses.
# They are unsafe to use on any system other than the GBA, so this is your
# opt-in to the unsafety involved.
unsafe_addresses = []

[package.metadata.docs.rs]
all-features = true