rustdoc-json 0.2.1

Utilities for working with rustdoc JSON.
Documentation
1
2
3
4
5
6
7
8
9
10
11
# rustdoc-json

Utilities for working with [rustdoc JSON](https://github.com/rust-lang/rust/issues/76578).

Right now the only utilities are helper functions to build rustdoc JSON. Please refer to the [`docs`](https://docs.rs/rustdoc-json) for more info.

Originally developed for use by [`public-api`](https://crates.io/crates/public-api) and [`cargo-public-api`](https://crates.io/crates/cargo-public-api), but should be useful for any Rust code that wants to build rustdoc JSON.

## Testing

This library is indirectly tested through the [`public-api`](https://crates.io/crates/public-api) and [`cargo-public-api`](https://crates.io/crates/cargo-public-api) test suites. Their tests heavily depend on this library, so if all of their tests pass, then this library works as it should.