5 releases (2 stable)

1.0.1 Jan 8, 2021
1.0.0 Jan 3, 2020
0.2.1 Jul 26, 2019
0.2.0 Apr 24, 2019
0.1.0 Mar 5, 2019

#618 in Debugging

Download history 8/week @ 2023-12-22 7/week @ 2023-12-29 12/week @ 2024-01-05 51/week @ 2024-01-12 44/week @ 2024-01-19 31/week @ 2024-01-26 28/week @ 2024-02-02 12/week @ 2024-02-09 52/week @ 2024-02-16 41/week @ 2024-02-23 45/week @ 2024-03-01 48/week @ 2024-03-08 51/week @ 2024-03-15 48/week @ 2024-03-22 77/week @ 2024-03-29 43/week @ 2024-04-05

222 downloads per month
Used in 5 crates

MIT/Apache

19KB
134 lines

tao-log

Rustdoc Change Log Crates.io CI Status deps status

Extension macros for output to the rust log crate

Most notably this includes a set of -v suffix macros (e.g. debugv!) that provide a superset of the std::dbg! feature.

“Why write an RFC, when you can just write code?” — 老子 (“Old Master”), 557 BCE

This unenlightened wanderer (游侠) wrote a log crate PR and RFC 317: Inline Expression and Value Logging, before publishing the work as this standalone crate.

See the rustdoc for usage details.

Minimum supported rust version

MSRV := 1.32.0

The crate will fail fast on any lower rustc (via a build.rs version check) and is also CI tested on this version, included both 2015 and 2018 edition external macro imports. A PR would be considered to backport the project to earlier rust versions, possibly as far back as 1.16.0 (log's current MSRV). Or consider lobbying for the inclusion of this feature in log itself.

Compile time errors for misuse of -v macros (e.g. 0 arguments, 4 arguments, non-literal prefix argument, missing format specifier, etc.) are tested and verified on rustc stable and nightly, currently. Earlier rustc versions, prior to 1.35.0, may produce less clear errors.

License

This project is dual licensed under either of following:

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in tao-log by you, as defined by the Apache License, shall be dual licensed as above, without any additional terms or conditions.

Dependencies

~87KB