arm-dcc 0.2.0

Debug Communication Channel (DCC) API
Documentation
# `arm-dcc`

> a library for sending formatted text to the Arm [Debug Communication Channel][dcc] (DCC) interface

This project is developed and maintained by the [Embedded Devices Working Group's Arm team][team].

See the docs at <https://docs.rs/arm-dcc>

[dcc]: https://developer.arm.com/docs/dui0471/latest/debug-communications-channel
[team]: https://github.com/rust-embedded/wg#the-arm-team

## Minimum Supported Rust Version (MSRV)

This crate is guaranteed to compile on stable Rust 1.59 and up. It *might*
compile with older versions but that may change in any new patch release.

## License

The `arm-dcc` crate is distributed under the terms of both the MIT license and
the Apache License (Version 2.0).

See [LICENSE-APACHE](LICENSE-APACHE) and [LICENSE-MIT](LICENSE-MIT) for details.