debug3 0.4.1

Space Efficient Pretty Printer
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
fn check(actual: impl debug3::Debug, expacted: expect_test::Expect) {
    expacted.assert_eq(&debug3::pprint(actual));
}

mod algo;
mod builder;
mod derive;
mod fxhash;
mod kdl;
mod motivating;
mod pulldown_cmark;
mod rustdoc_types;
mod serde_json;
mod std;
mod syn;
mod ui;
mod ungrammar;