arm-dcc

Crates.ioarm-dcc
lib.rsarm-dcc
version
sourcesrc
created_at2025-02-24 16:49:45.662379+00
updated_at2025-02-25 14:16:40.369754+00
descriptionDebug Communication Channel (DCC) API
homepage
repositoryhttps://github.com/rust-embedded/arm-dcc
max_upload_size
id1567676
Cargo.toml error:TOML parse error at line 22, column 1 | 22 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Arm (github:rust-embedded:arm)

documentation

README

arm-dcc

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

This project is developed and maintained by the [Cortex-R team][team].

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

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 and LICENSE-MIT for details.

Commit count: 0

cargo fmt