localtrace 0.1.8

A local tracing library for Rust
Documentation
[dependencies.backtrace]
version = "0.3.75"

[lib]
name = "localtrace"
path = "src/lib.rs"

[package]
authors = ["ysuzuki19"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A local tracing library for Rust"
edition = "2021"
exclude = [".github", ".gitignore"]
keywords = ["error", "tracing", "backtrace", "debugging", "local"]
license = "MPL-2.0"
name = "localtrace"
readme = "README.md"
repository = "https://github.com/ysuzuki19/localtrace"
version = "0.1.8"