macro termcolor_output_impl

Implementation crate for colored! macro

4 releases (1 stable)

1.0.0 Oct 23, 2019
1.0.0-rc.3 Oct 20, 2019
1.0.0-rc.2 Oct 19, 2019
1.0.0-rc.1 Oct 18, 2019
Download history 1294/week @ 2024-07-24 1685/week @ 2024-07-31 932/week @ 2024-08-07 680/week @ 2024-08-14 708/week @ 2024-08-21 1241/week @ 2024-08-28 768/week @ 2024-09-04 763/week @ 2024-09-11 1179/week @ 2024-09-18 1144/week @ 2024-09-25 1092/week @ 2024-10-02 1078/week @ 2024-10-09 481/week @ 2024-10-16 654/week @ 2024-10-23 971/week @ 2024-10-30 1351/week @ 2024-11-06

3,668 downloads per month
Used in 19 crates (via termcolor_output)

MIT license

21KB
566 lines

This is the procedural macro crate for termcolor_output.

Please do not depend on this macro directly. The dual-crate system is a rather hacky way for this crate to ever exist on stable (in fact, it is the re-implementation of proc_macro_hack).

For further documentation, please refer to the wrapper crate.


lib.rs:

Procedural macro crate for termcolor_output.

Please do not depend on this crate directly.

No runtime deps