jsdoc 0.5.0

JsDoc parser writen in rust
Documentation
[
    JsDoc {
        span: Span {
            lo: BytePos(
                0,
            ),
            hi: BytePos(
                0,
            ),
            ctxt: #0,
        },
        description: Text {
            span: Span {
                lo: BytePos(
                    0,
                ),
                hi: BytePos(
                    1,
                ),
                ctxt: #0,
            },
            value: Atom('*' type=inline),
        },
        tags: [
            TagItem {
                span: Span {
                    lo: BytePos(
                        0,
                    ),
                    hi: BytePos(
                        6,
                    ),
                    ctxt: #0,
                },
                tag_name: Text {
                    span: Span {
                        lo: BytePos(
                            0,
                        ),
                        hi: BytePos(
                            6,
                        ),
                        ctxt: #0,
                    },
                    value: Atom('module' type=static),
                },
                tag: Module(
                    ModuleTag {
                        span: Span {
                            lo: BytePos(
                                0,
                            ),
                            hi: BytePos(
                                6,
                            ),
                            ctxt: #0,
                        },
                        name: Text {
                            span: Span {
                                lo: BytePos(
                                    0,
                                ),
                                hi: BytePos(
                                    0,
                                ),
                                ctxt: #0,
                            },
                            value: Atom('' type=static),
                        },
                        ty: Text {
                            span: Span {
                                lo: BytePos(
                                    0,
                                ),
                                hi: BytePos(
                                    1,
                                ),
                                ctxt: #0,
                            },
                            value: Atom('M' type=inline),
                        },
                    },
                ),
            },
        ],
    },
    JsDoc {
        span: Span {
            lo: BytePos(
                19,
            ),
            hi: BytePos(
                51,
            ),
            ctxt: #0,
        },
        description: Text {
            span: Span {
                lo: BytePos(
                    19,
                ),
                hi: BytePos(
                    66,
                ),
                ctxt: #0,
            },
            value: Atom('*
             * The differnet kind of mouse buttons.
             *
             *' type=dynamic),
        },
        tags: [
            TagItem {
                span: Span {
                    lo: BytePos(
                        19,
                    ),
                    hi: BytePos(
                        26,
                    ),
                    ctxt: #0,
                },
                tag_name: Text {
                    span: Span {
                        lo: BytePos(
                            19,
                        ),
                        hi: BytePos(
                            26,
                        ),
                        ctxt: #0,
                    },
                    value: Atom('summary' type=inline),
                },
                tag: Summary(
                    SummaryTag {
                        span: Span {
                            lo: BytePos(
                                19,
                            ),
                            hi: BytePos(
                                26,
                            ),
                            ctxt: #0,
                        },
                        text: Text {
                            span: Span {
                                lo: BytePos(
                                    19,
                                ),
                                hi: BytePos(
                                    28,
                                ),
                                ctxt: #0,
                            },
                            value: Atom('Blah blah' type=dynamic),
                        },
                    },
                ),
            },
        ],
    },
]