22 breaking releases

0.25.0 Apr 19, 2024
0.24.0 Dec 24, 2023
0.23.0 Aug 24, 2023
0.22.0 May 23, 2023
0.1.0 Dec 6, 2020

#139 in Rust patterns

Download history 7159/week @ 2024-01-06 6458/week @ 2024-01-13 7493/week @ 2024-01-20 8716/week @ 2024-01-27 7638/week @ 2024-02-03 9038/week @ 2024-02-10 9305/week @ 2024-02-17 9127/week @ 2024-02-24 10335/week @ 2024-03-02 11223/week @ 2024-03-09 11322/week @ 2024-03-16 13107/week @ 2024-03-23 11680/week @ 2024-03-30 13753/week @ 2024-04-06 17840/week @ 2024-04-13 14057/week @ 2024-04-20

59,185 downloads per month
Used in 34 crates (17 directly)

MIT/Apache

28KB
542 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. Run ./clgen.sh <old_version> <new_version>
  4. Follow instructions to commit and push.

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.4–1MB
~23K SLoC