1 unstable release
0.1.0 | Jan 15, 2019 |
---|
#7 in #lark
207 downloads per month
Used in 19 crates
(15 directly)
10KB
247 lines
Extended debug info that does a deep print of Lark compiler internal structures.
For more information, see the main readme and internals doc.
lib.rs
:
Debugging utilities
Implement DebugWith<Cx>
for your type. Then, when using
debug!
or whatever, do debug!("{}", foo.debug_with(cx))
.
Dependencies
~1MB
~16K SLoC