proc-macro-faithful-display

Crates.ioproc-macro-faithful-display
lib.rsproc-macro-faithful-display
version0.2.0
sourcesrc
created_at2018-12-01 16:52:43.536074
updated_at2023-12-19 12:32:36.818697
descriptionA Display implementation for proc-macro types more faithful to the input stream.
homepagehttps://github.com/phaazon/proc-macro-faithful-display
repositoryhttps://github.com/phaazon/proc-macro-faithful-display
max_upload_size
id99548
size11,881
Dimitri Sabadie (hadronized)

documentation

https://docs.rs/proc-macro-faithful-display

README

A more faithful Display implementation for proc-macro types

This 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.

Commit count: 5

cargo fmt