Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hadronized/proc-macro-faithful-display
A more faithful Display for proc-macro token types.
https://github.com/hadronized/proc-macro-faithful-display
Last synced: about 2 months ago
JSON representation
A more faithful Display for proc-macro token types.
- Host: GitHub
- URL: https://github.com/hadronized/proc-macro-faithful-display
- Owner: hadronized
- License: other
- Created: 2018-12-01T16:45:19.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-19T12:32:47.000Z (about 1 year ago)
- Last Synced: 2024-11-19T13:07:19.021Z (about 2 months ago)
- Language: Rust
- Size: 8.79 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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.
[`Display`]: https://doc.rust-lang.org/std/fmt/trait.Display.html
[proc-macro]: https://doc.rust-lang.org/stable/proc_macro
[documentation]: https://docs.rs/proc-macro-faithful-display