39 lines
1.3 KiB
Markdown
39 lines
1.3 KiB
Markdown
backtrace-printer
|
|
=================
|
|
|
|
[<img alt="github" src="https://img.shields.io/badge/github-jondot/backtrace_printer-8dagcb?style=for-the-badge&labelColor=555555&logo=github" height="20">](https://github.com/jondot/backtrace_printer)
|
|
[<img alt="crates.io" src="https://img.shields.io/crates/v/backtrace_printer.svg?style=for-the-badge&color=fc8d62&logo=rust" height="20">](https://crates.io/crates/backtrace_printer)
|
|
[<img alt="docs.rs" src="https://img.shields.io/badge/docs.rs-backtrace_printer-66c2a5?style=for-the-badge&labelColor=555555&logo=docs.rs" height="20">](https://docs.rs/backtrace_printer)
|
|
[<img alt="build status" src="https://img.shields.io/github/actions/workflow/status/jondot/backtrace_printer/build.yml?branch=master&style=for-the-badge" height="20">](https://github.com/jondot/backtrace_printer/actions?query=branch%3Amaster)
|
|
|
|
This is a Rust library that ...
|
|
|
|
## Dependency
|
|
|
|
```toml
|
|
[dependencies]
|
|
backtrace_printer = "0.1.0"
|
|
```
|
|
|
|
For most recent version see [crates.io](https://crates.io/crates/backtrace_printer)
|
|
|
|
|
|
## Usage
|
|
|
|
Run the example:
|
|
|
|
```rust
|
|
$ cargo run --example hello
|
|
```
|
|
|
|
How to use in your code:
|
|
|
|
```rust
|
|
let foo = 1;
|
|
```
|
|
|
|
|
|
# Copyright
|
|
|
|
Copyright (c) 2022 [@jondot](http://twitter.com/jondot). See [LICENSE](LICENSE.txt) for further details.
|