localtrace 0.1.0

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"]
license = "MPL-2.0"
license-file = "LICENSE"
name = "localtrace"
readme = false
repository = "https://github.com/ysuzuki19/localtrace"
version = "0.1.0"