17 breaking releases

0.20.0 Jan 3, 2023
0.19.0 Nov 21, 2022
0.18.0 Sep 27, 2022
0.12.0 Jul 18, 2022
0.1.0 Dec 6, 2020

#101 in Rust patterns

Download history 6742/week @ 2022-11-26 9410/week @ 2022-12-03 10128/week @ 2022-12-10 8379/week @ 2022-12-17 6391/week @ 2022-12-24 11826/week @ 2022-12-31 12373/week @ 2023-01-07 7942/week @ 2023-01-14 12227/week @ 2023-01-21 7660/week @ 2023-01-28 8213/week @ 2023-02-04 7541/week @ 2023-02-11 8490/week @ 2023-02-18 8010/week @ 2023-02-25 7732/week @ 2023-03-04 6975/week @ 2023-03-11

32,507 downloads per month
Used in 25 crates (13 directly)

MIT/Apache

27KB
516 lines

Rustdoc Types

Docs

This is an export of rustdoc-json-types

Release Procedure

  1. Run ./update.sh to pull code from upstream
  2. Run cargo test
  3. Update version field in Cargo.toml
  4. git add and git commit changed files
  5. git tag vMAJOR.MINOR.PATCH
  6. git push --tags
  7. git push
  8. cargo publish

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.


lib.rs:

Rustdoc's JSON output interface

These types are the public API exposed through the --output-format json flag. The [Crate] struct is the root of the JSON blob and all other items are contained within.

Dependencies

~0.8–1.3MB
~32K SLoC