cmim 0.1.3

Move your data to interrupt context
Documentation
[package]
name = "cmim"
version = "0.1.3"
description = "Move your data to interrupt context"
repository = "https://github.com/jamesmunns/cmim"
authors = ["James Munns <james.munns@ferrous-systems.com>"]
edition = "2018"
readme = "README.md"

categories = [
    "embedded",
    "no-std",
    "memory-management",
]
license = "MIT OR Apache-2.0"

[dependencies]
bare-metal = "0.2"
cortex-m   = "0.6"

[dev-dependencies]
# These are used for building the doctests
nrf52832-hal = { version = "0.8", features = ["rt"] }
cortex-m-rt = { version = "0.6" }

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