instrument-level 1.0.21

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
# Explicit LF enforcement for tracked source/config files
# (overrides any local phantom writes that introduce CRLF)
*.rs        text eol=lf
*.toml      text eol=lf
*.md        text eol=lf
*.json      text eol=lf
*.html      text eol=lf
*.js        text eol=lf
*.css       text eol=lf
*.lock      text eol=lf
*.yaml      text eol=lf
*.yml       text eol=lf
*.sh        text eol=lf
*.bash      text eol=lf
*.txt       text eol=lf

# Force binary for non-text
*.png       binary
*.jpg       binary
*.jpeg      binary
*.gif       binary
*.ico       binary
*.webp      binary
*.wasm      binary
*.zip       binary
*.tar       binary
*.gz        binary
*.pdf       binary
*.exe       binary
*.dll       binary
*.so        binary
*.dylib     binary