jsdoc 0.5.0

JsDoc parser writen in rust
Documentation
[
    JsDoc {
        span: Span {
            lo: BytePos(
                19,
            ),
            hi: BytePos(
                36,
            ),
            ctxt: #0,
        },
        description: Text {
            span: Span {
                lo: BytePos(
                    19,
                ),
                hi: BytePos(
                    23,
                ),
                ctxt: #0,
            },
            value: Atom('*
             *' type=inline),
        },
        tags: [
            TagItem {
                span: Span {
                    lo: BytePos(
                        19,
                    ),
                    hi: BytePos(
                        23,
                    ),
                    ctxt: #0,
                },
                tag_name: Text {
                    span: Span {
                        lo: BytePos(
                            19,
                        ),
                        hi: BytePos(
                            23,
                        ),
                        ctxt: #0,
                    },
                    value: Atom('type' type=static),
                },
                tag: Type(
                    TypeTag {
                        span: Span {
                            lo: BytePos(
                                19,
                            ),
                            hi: BytePos(
                                23,
                            ),
                            ctxt: #0,
                        },
                        name: Text {
                            span: Span {
                                lo: BytePos(
                                    19,
                                ),
                                hi: BytePos(
                                    27,
                                ),
                                ctxt: #0,
                            },
                            value: Atom('{string}' type=dynamic),
                        },
                    },
                ),
            },
        ],
    },
]