jsdoc 0.5.0

JsDoc parser writen in rust
Documentation
[
    JsDoc {
        span: Span {
            lo: BytePos(
                73,
            ),
            hi: BytePos(
                73,
            ),
            ctxt: #0,
        },
        description: Text {
            span: Span {
                lo: BytePos(
                    73,
                ),
                hi: BytePos(
                    107,
                ),
                ctxt: #0,
            },
            value: Atom('*
                 * My example module.
                 *' type=dynamic),
        },
        tags: [
            TagItem {
                span: Span {
                    lo: BytePos(
                        73,
                    ),
                    hi: BytePos(
                        80,
                    ),
                    ctxt: #0,
                },
                tag_name: Text {
                    span: Span {
                        lo: BytePos(
                            73,
                        ),
                        hi: BytePos(
                            80,
                        ),
                        ctxt: #0,
                    },
                    value: Atom('exports' type=inline),
                },
                tag: Exports(
                    ExportsTag {
                        span: Span {
                            lo: BytePos(
                                73,
                            ),
                            hi: BytePos(
                                80,
                            ),
                            ctxt: #0,
                        },
                        module_name: Text {
                            span: Span {
                                lo: BytePos(
                                    73,
                                ),
                                hi: BytePos(
                                    86,
                                ),
                                ctxt: #0,
                            },
                            value: Atom('exampleModule' type=dynamic),
                        },
                    },
                ),
            },
        ],
    },
    JsDoc {
        span: Span {
            lo: BytePos(
                170,
            ),
            hi: BytePos(
                170,
            ),
            ctxt: #0,
        },
        description: Text {
            span: Span {
                lo: BytePos(
                    170,
                ),
                hi: BytePos(
                    201,
                ),
                ctxt: #0,
            },
            value: Atom('*
                     * My example method.' type=dynamic),
        },
        tags: [],
    },
]