trace-error 0.1.0

Extensions to Rust's error system to automatically include backtraces
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "trace-error"
authors = ["Aaron Trent <novacrazy@gmail.com>"]
description = "Extensions to Rust's error system to automatically include backtraces"
repository = "https://github.com/novacrazy/trace-error"
readme = "README.md"
version = "0.1.0"
license = "MIT"
keywords = ["backtrace", "error", "result"]

[dependencies]
backtrace = "0.3.0"