| Crates.io | backtrace_printer |
| lib.rs | backtrace_printer |
| version | 1.3.0 |
| created_at | 2023-12-17 08:19:35.323312+00 |
| updated_at | 2023-12-17 15:13:22.369637+00 |
| description | print std::backtrace::Backtrace with filtering and more |
| homepage | |
| repository | https://github.com/jondot/backtrace_printer |
| max_upload_size | |
| id | 1072348 |
| size | 22,189 |
This is a Rust library that ...
[dependencies]
backtrace_printer = "0.1.0"
For most recent version see crates.io
Run the example:
$ cargo run --example hello
How to use in your code:
let foo = 1;
Copyright (c) 2022 @jondot. See LICENSE for further details.