emcell 0.0.3

Reserve flash memory regions to safely keep multiple binary and library binaries (cells) on a microcontroller. The cells can call functions from other cells.
Documentation
[dependencies.cortex-m]
optional = true
version = "0.7.7"

[features]
build-rs = []
default = ["rt-crate-cortex-m-rt"]
rt-crate-cortex-m-rt = ["cortex-m"]

[lib]
bench = false
name = "emcell"
path = "src/lib.rs"
test = false

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["embedded", "no-std", "memory-management"]
description = "Reserve flash memory regions to safely keep multiple binary and library binaries (cells) on a microcontroller. The cells can call functions from other cells."
edition = "2021"
keywords = ["embedded", "microcontroller", "flash", "memory"]
license = "MIT"
name = "emcell"
readme = "README.md"
repository = "https://github.com/skibon02/emcell"
version = "0.0.3"