Crates.io | proc-macro-faithful-display |
lib.rs | proc-macro-faithful-display |
version | 0.2.0 |
source | src |
created_at | 2018-12-01 16:52:43.536074 |
updated_at | 2023-12-19 12:32:36.818697 |
description | A Display implementation for proc-macro types more faithful to the input stream. |
homepage | https://github.com/phaazon/proc-macro-faithful-display |
repository | https://github.com/phaazon/proc-macro-faithful-display |
max_upload_size | |
id | 99548 |
size | 11,881 |
Display
implementation for proc-macro typesThis crate provides a faithful implementation of display regarding the input token stream. That is, the display formatted output will contain the same spaces and newlines as the input flow of Rust tokens.
Feel free to browse the documentation for further details.