Add tests for mdbook plugins (#4028) This adds a test to ensure that mdBook plugins (preprocessors) are properly injected and executed when using the `mdbook` rule. It uses a naive `rust_binary` preprocessor to avoid introducing a dependency on `serde_json` or Python into the test workspace.
This repository provides rules for building Rust projects with Bazel.
The fastest way to try this in an empty project is to click the green “Use this template” button on https://github.com/bazel-starters/rust.
General discussions and announcements take place in the GitHub Discussions, but there are additional places where community members gather to discuss rules_rust.
Please refer to the full documentation.