Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.25 KB

README.md

File metadata and controls

38 lines (24 loc) · 1.25 KB

backtrace-printer

github crates.io docs.rs build status

This is a Rust library that ...

Dependency

[dependencies]
backtrace_printer = "0.1.0"

For most recent version see crates.io

Usage

Run the example:

$ cargo run --example hello

How to use in your code:

let foo = 1;

Copyright

Copyright (c) 2022 @jondot. See LICENSE for further details.