Skip to main content

specta_jsdoc/
lib.rs

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