Can we generate (and check in/source version) them? - Rust - `rustdoc` JSON output: https://github.com/rust-lang/rust/issues/76578 - https://crates.io/crates/cargo-public-api - TypeScript: - `typedoc` JSON output: https://typedoc.org/options/output/#json - Another linter: https://api-extractor.com/ - WIT: - `wit-bindgen markdown --html-in-md` CLI option Example snapshot from Kotlin: https://github.com/ktorio/ktor/blob/58f2fa99c24a861e943bf686c6a6b31c6c9dbf7b/ktor-http/api/ktor-http.api
Can we generate (and check in/source version) them?
rustdocJSON output: rustdoc: Tracking issue for the JSON backend rust-lang/rust#76578typedocJSON output: https://typedoc.org/options/output/#jsonwit-bindgen markdown --html-in-mdCLI optionExample snapshot from Kotlin: https://github.com/ktorio/ktor/blob/58f2fa99c24a861e943bf686c6a6b31c6c9dbf7b/ktor-http/api/ktor-http.api