rustdoc-json 0.2.0

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.

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

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.