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(
                        9,
                    ),
                    ctxt: #0,
                },
                tag_name: Text {
                    span: Span {
                        lo: BytePos(
                            0,
                        ),
                        hi: BytePos(
                            9,
                        ),
                        ctxt: #0,
                    },
                    value: Atom('protected' type=static),
                },
                tag: Protected(
                    ProtectedTag {
                        span: Span {
                            lo: BytePos(
                                0,
                            ),
                            hi: BytePos(
                                9,
                            ),
                            ctxt: #0,
                        },
                        ty: Some(
                            Text {
                                span: Span {
                                    lo: BytePos(
                                        0,
                                    ),
                                    hi: BytePos(
                                        8,
                                    ),
                                    ctxt: #0,
                                },
                                value: Atom('{number}' type=dynamic),
                            },
                        ),
                    },
                ),
            },
        ],
    },
    JsDoc {
        span: Span {
            lo: BytePos(
                48,
            ),
            hi: BytePos(
                48,
            ),
            ctxt: #0,
        },
        description: Text {
            span: Span {
                lo: BytePos(
                    48,
                ),
                hi: BytePos(
                    76,
                ),
                ctxt: #0,
            },
            value: Atom('*
             * Unique ID generator.
             *' type=dynamic),
        },
        tags: [
            TagItem {
                span: Span {
                    lo: BytePos(
                        48,
                    ),
                    hi: BytePos(
                        59,
                    ),
                    ctxt: #0,
                },
                tag_name: Text {
                    span: Span {
                        lo: BytePos(
                            48,
                        ),
                        hi: BytePos(
                            59,
                        ),
                        ctxt: #0,
                    },
                    value: Atom('constructor' type=static),
                },
                tag: Class(
                    ClassTag {
                        span: Span {
                            lo: BytePos(
                                48,
                            ),
                            hi: BytePos(
                                59,
                            ),
                            ctxt: #0,
                        },
                        ty: None,
                        name: None,
                    },
                ),
            },
        ],
    },
    JsDoc {
        span: Span {
            lo: BytePos(
                124,
            ),
            hi: BytePos(
                124,
            ),
            ctxt: #0,
        },
        description: Text {
            span: Span {
                lo: BytePos(
                    124,
                ),
                hi: BytePos(
                    147,
                ),
                ctxt: #0,
            },
            value: Atom('* Generate a unique ID.' type=dynamic),
        },
        tags: [],
    },
]