specta-jsdoc 0.0.10

Export your Rust types to JSDoc
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! [JSDoc](https://jsdoc.app) language exporter.
//!
//! <div class="warning">
//! This crate is deprecated! You should use [specta-typescript](https://docs.rs/specta-typescript) instead.
//! </div>
//!
#![cfg_attr(docsrs, feature(doc_cfg))]
#![doc(
    html_logo_url = "https://github.com/specta-rs/specta/raw/main/.github/logo-128.png",
    html_favicon_url = "https://github.com/specta-rs/specta/raw/main/.github/logo-128.png"
)]