rom_cache 0.0.1-alpha2

A rust crate to cache ROM in memory like CPU caching RAM.
Documentation
[package]
name = "rom_cache"
version.workspace = true
authors.workspace = true
description.workspace = true
license.workspace = true
edition.workspace = true
repository.workspace = true
documentation.workspace = true
keywords = ["cache", "storage"]

[package.metadata.docs.rs]
features = []
rustdoc-args = ["--cfg", "docsrs"]

[dependencies]
thiserror = { version = "1.0" }

[features]
default = []
nightly = []