Macro helpers for ttlog: `#[trace_fn]`, `log!`.
MIT - Changelog - Contributing - crates.io - docs.rs
cargo add ttlog-macrosuse ttlog_macros::trace_fn;
#[trace_fn]
fn handle(req: Request) -> Response { /* */ }- crates.io
- docs.rs
- Per-crate guide in the repo: see
../README.md
See ../CONTRIBUTING.md.
MIT. See ../LICENSE.