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
18
// Annoyingly, the feature name must use dashes or underscores exactly
cfg_mod! {
    (aws_sdk_ec2 "aws-sdk-ec2")
    (aws_smithy_types "aws-smithy-types")
    (bytes "bytes")
    (dashmap "dashmap")
    (hash_brown "hashbrown")
    (kdl "kdl")
    (miette "miette")
    (proc_macro2 "proc-macro2")
    (pulldown_cmark "pulldown-cmark")
    (rustdoc_types "rustdoc-types")
    (serde_json "serde_json")
    (smallvec "smallvec")
    (syn "syn")
    (ungrammar "ungrammar")
    (cid "cid")
}