Docs.rs
vacro-trace-macro-0.1.2
vacro-trace-macro 0.1.2
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
FeVeR-Store
Dependencies
proc-macro2 ^1.0
normal
quote ^1.0
normal
syn ^2.0
normal
uuid ^1.19.0
normal
vacro-doc-i18n ^0.1.1
normal
Versions
88.89%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Crate vacro_trace_macro
vacro_
trace_
macro
0.1.2
All Items
Crate Items
Macros
Attribute Macros
Crate
vacro_
trace_
macro
Copy item path
Source
Macros
§
debug
Logs a Debug level message.
error
Logs an Error level message.
info
Logs an Info level message.
log
Generic log macro.
snapshot
Capture a TokenStream snapshot. Records the current token state for inspection in
vacro-cli
. If called multiple times with the same tag, it will automatically show a Diff. Usage:
snapshot!("tag", tokens)
trace
Logs a Trace level message.
warn
Logs a Warn level message.
Attribute Macros
§
instrument
Function instrumentation attribute. Automatically traces function entry and exit, and logs argument information.