bazelbuild / rules_rust

Rust rules for Bazel

Home Page:https://bazelbuild.github.io/rules_rust/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

documentation for using via module.bazel

pdeva opened this issue · comments

current docs are focused on using WORKSPACE file..

@pdeva I've just made an end to end example of a Rust repo using module.bazel and added some basic docs.

https://github.com/marvin-hansen/bazel_rust_example

However, there is still one open issue, which I try to resolve:
#2689

The first draft of the Rust with Bzlmod documentation is available now:

https://github.com/marvin-hansen/bazel_rust_example/blob/main/bzlmod.md#rust-with-bzlmod

Once the doc is reasonably ready, it will be merged into the official documentation. In the meantime,
feedback is welcome.