instrument-level 1.0.7

A Rust procedural macro collection providing convenient tracing instrumentation macros for different log levels (trace, debug, info, warn, error). This crate simplifies the process of adding tracing spans to functions with pre-configured log levels.
Documentation
[dependencies.proc-macro2]
version = "1.0.105"

[dependencies.quote]
version = "1.0.43"

[dependencies.syn]
features = ["full"]
version = "2.0.114"

[dev-dependencies.tracing]
version = "0.1.44"

[lib]
name = "instrument_level"
path = "src/lib.rs"
proc-macro = true

[package]
authors = ["root@ltpp.vip"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["network-programming", "web-programming"]
description = "A Rust procedural macro collection providing convenient tracing instrumentation macros for different log levels (trace, debug, info, warn, error). This crate simplifies the process of adding tracing spans to functions with pre-configured log levels."
edition = "2024"
exclude = ["target", "Cargo.lock", "sh", ".github", "logs", "img", "**/*.log", "debug"]
keywords = ["http", "request", "response", "tcp", "cross-platform"]
license = "MIT"
name = "instrument-level"
readme = "README.md"
repository = "https://github.com/crates-dev/instrument-level.git"
version = "1.0.7"

[profile.dev]
codegen-units = 1
debug = 0
incremental = false
lto = true
opt-level = 3
panic = "unwind"
strip = "debuginfo"

[profile.release]
codegen-units = 1
debug = 0
incremental = false
lto = true
opt-level = 3
panic = "unwind"
strip = "debuginfo"