blob: b0b64aaeb7b1cd5f3881a43eefe89128b11aaeab [file] [log] [blame] [view]
## Meson can run "rustdoc" on Rust projects
Meson now defines a `rustdoc` target if the project
uses the Rust programming language. The target runs rustdoc on all Rust
sources, using the `rustdoc` program from the same Rust toolchain as the
`rustc` compiler.