Docs.rs
rust-doctor-0.6.0
rust-doctor 0.6.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
22 August 2026
Links
Homepage
Repository
crates.io
Source
Owners
arthjean
Dependencies
blake3 =1.8.5
normal
cargo_metadata =0.23.1
normal
clap =4.6.4
normal
console =0.15.11
normal
ra_ap_syntax =0.0.343
normal
serde =1.0.229
normal
serde_json =1.0.151
normal
toml =1.1.4
normal
unicode-width =0.2.2
normal
libc =0.2.189
dev
Versions
14.42%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
render_json
rust_
doctor
0.6.0
In rust_
doctor::
render
rust_doctor
::
render
Function
render_
json
Copy item path
Source
pub fn render_json<W:
Write
>( report: &
InspectReport
, writer: W, ) ->
Result
<
()
,
RenderError
>