rtos-trace 0.1.3

RTOS tracing trait.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[features]
default = ["trace_impl"]
trace_impl = []

[package]
authors = ["Stefan Lüthi <stefan@luethi.tech>"]
categories = ["embedded", "no-std"]
description = "RTOS tracing trait."
documentation = "https://docs.rs/rtos-trace"
edition = "2021"
homepage = "https://bern-rtos.org"
keywords = ["embedded", "no_std", "cortex-m", "rtos"]
license = "MIT"
name = "rtos-trace"
readme = "README.md"
repository = "https://gitlab.com/bern-rtos/tools/rtos-trace"
version = "0.1.3"