| Crates.io | panic-tracing-rtt |
| lib.rs | panic-tracing-rtt |
| version | 0.1.0 |
| created_at | 2024-08-20 06:02:32.130066+00 |
| updated_at | 2024-08-20 06:02:32.130066+00 |
| description | The is a tracing-rtt embedded library. |
| homepage | https://github.com/caizhengxin/tracing-rtt |
| repository | https://github.com/caizhengxin/tracing-rtt |
| max_upload_size | |
| id | 1344924 |
| size | 14,277 |
[dependencies]
panic-tracing-rtt = "0"
#![no_std]
use panic_tracing_rtt as _;
fn main() {
tracing_rtt::init();
panic!("jankincai");
}