rustmeter-beacon-proc-macros 0.2.0

Proc-macro for rustmeter-beacon
Documentation
1
2
3
4
5
6
7
# RustMeter Beacon Proc Macros

**Procedural macros for the RustMeter Beacon Crate**

[**RustMeter**](https://github.com/Christopher-06/rustmeter) is a comprehensive profiling, tracing, and monitoring system designed specifically for **Embedded Rust** applications. It is highly integrated with the [Embassy](https://github.com/embassy-rs/embassy) async framework and [defmt](https://github.com/knurling-rs/defmt) logging system. The collected data is converted into a format that can be directly visualized in the [Perfetto UI](https://ui.perfetto.dev/), providing detailed insights into runtime behavior, task scheduling, and firmware performance. Have a look at the main [RustMeter README](https://github.com/Christopher-06/rustmeter) for more details!

![Perfetto UI Screenshot](https://raw.githubusercontent.com/Christopher-06/rustmeter/refs/heads/main/ressources/perfetto-ui-esp32-multicore.png)