Utilities for working with rustdoc JSON.
Right now only helper functions to build rustdoc JSON. Please refer to the docs
Originally developed for use by public-api
and cargo-public-api
, but should be useful for any Rust code that wants to build rustdoc JSON.
This library is indirectly tested through the public-api
and 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.