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(
                        5,
                    ),
                    ctxt: #0,
                },
                tag_name: Text {
                    span: Span {
                        lo: BytePos(
                            0,
                        ),
                        hi: BytePos(
                            5,
                        ),
                        ctxt: #0,
                    },
                    value: Atom('class' type=static),
                },
                tag: Class(
                    ClassTag {
                        span: Span {
                            lo: BytePos(
                                0,
                            ),
                            hi: BytePos(
                                5,
                            ),
                            ctxt: #0,
                        },
                        ty: None,
                        name: None,
                    },
                ),
            },
        ],
    },
    JsDoc {
        span: Span {
            lo: BytePos(
                64,
            ),
            hi: BytePos(
                123,
            ),
            ctxt: #0,
        },
        description: Text {
            span: Span {
                lo: BytePos(
                    64,
                ),
                hi: BytePos(
                    104,
                ),
                ctxt: #0,
            },
            value: Atom('*
             * Add a lane to the bowling alley.
             *' type=dynamic),
        },
        tags: [
            TagItem {
                span: Span {
                    lo: BytePos(
                        64,
                    ),
                    hi: BytePos(
                        68,
                    ),
                    ctxt: #0,
                },
                tag_name: Text {
                    span: Span {
                        lo: BytePos(
                            64,
                        ),
                        hi: BytePos(
                            68,
                        ),
                        ctxt: #0,
                    },
                    value: Atom('also' type=inline),
                },
                tag: Unknown(
                    UnknownTag {
                        span: Span {
                            lo: BytePos(
                                64,
                            ),
                            hi: BytePos(
                                68,
                            ),
                            ctxt: #0,
                        },
                        extras: Text {
                            span: Span {
                                lo: BytePos(
                                    64,
                                ),
                                hi: BytePos(
                                    121,
                                ),
                                ctxt: #0,
                            },
                            value: Atom('* Add the specified number of lanes to the bowling alley.' type=dynamic),
                        },
                    },
                ),
            },
        ],
    },
]