[package] name = "rtos-trace" version = "0.1.3" authors = ["Stefan Lüthi "] edition = "2021" license = "MIT" categories = ["embedded", "no-std"] keywords = ["embedded", "no_std", "cortex-m", "rtos"] description = "RTOS tracing trait." documentation = "https://docs.rs/rtos-trace" repository = "https://gitlab.com/bern-rtos/tools/rtos-trace" homepage = "https://bern-rtos.org" [features] default = ["trace_impl"] trace_impl = []