pub fn build(options: Builder) -> Result<PathBuf, BuildError>
👎Deprecated: use rustdoc_json::Builder::build() instead
Expand description

Generate rustdoc JSON for a library crate. Returns the path to the freshly built rustdoc JSON file.

See crate for an example on how to use it.

Errors

E.g. if building the JSON fails or if the manifest path does not exist or is invalid.