arm-dcc 0.1.1

Debug Communication Channel (DCC) API
Documentation
[features]
nop = []

[lib]
name = "arm_dcc"
path = "src/lib.rs"

[package]
authors = ["The Cortex-R Team <cortex-r@teams.rust-embedded.org>", "Jorge Aparicio <jorge@japaric.io>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["embedded", "hardware-support", "no-std"]
description = "Debug Communication Channel (DCC) API"
edition = "2018"
keywords = ["ARM", "DCC"]
license = "MIT OR Apache-2.0"
name = "arm-dcc"
readme = "README.md"
repository = "https://github.com/rust-embedded/arm-dcc"
resolver = "2"
rust-version = "1.59"
version = "0.1.1"