jsdoc 0.5.0

JsDoc parser writen in rust
Documentation
[
    JsDoc {
        span: Span {
            lo: BytePos(
                0,
            ),
            hi: BytePos(
                46,
            ),
            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(
                        7,
                    ),
                    ctxt: #0,
                },
                tag_name: Text {
                    span: Span {
                        lo: BytePos(
                            0,
                        ),
                        hi: BytePos(
                            7,
                        ),
                        ctxt: #0,
                    },
                    value: Atom('example' type=inline),
                },
                tag: Example(
                    ExampleTag {
                        span: Span {
                            lo: BytePos(
                                0,
                            ),
                            hi: BytePos(
                                7,
                            ),
                            ctxt: #0,
                        },
                        text: Text {
                            span: Span {
                                lo: BytePos(
                                    0,
                                ),
                                hi: BytePos(
                                    0,
                                ),
                                ctxt: #0,
                            },
                            value: Atom('' type=static),
                        },
                    },
                ),
            },
        ],
    },
    JsDoc {
        span: Span {
            lo: BytePos(
                71,
            ),
            hi: BytePos(
                119,
            ),
            ctxt: #0,
        },
        description: Text {
            span: Span {
                lo: BytePos(
                    71,
                ),
                hi: BytePos(
                    72,
                ),
                ctxt: #0,
            },
            value: Atom('*' type=inline),
        },
        tags: [
            TagItem {
                span: Span {
                    lo: BytePos(
                        71,
                    ),
                    hi: BytePos(
                        78,
                    ),
                    ctxt: #0,
                },
                tag_name: Text {
                    span: Span {
                        lo: BytePos(
                            71,
                        ),
                        hi: BytePos(
                            78,
                        ),
                        ctxt: #0,
                    },
                    value: Atom('example' type=inline),
                },
                tag: Example(
                    ExampleTag {
                        span: Span {
                            lo: BytePos(
                                71,
                            ),
                            hi: BytePos(
                                78,
                            ),
                            ctxt: #0,
                        },
                        text: Text {
                            span: Span {
                                lo: BytePos(
                                    71,
                                ),
                                hi: BytePos(
                                    123,
                                ),
                                ctxt: #0,
                            },
                            value: Atom('@example
                             * <caption>Example 2</caption>
                             * 1 + 2;
                             ' type=dynamic),
                        },
                    },
                ),
            },
        ],
    },
]