[PROBE_RS] emoji to starmax
The goal of the project is to add a simple way to run probe-rs from bazel, similar to cargo embed for the rust ecosystem.
If this project was useful to you, give it a ⭐️ and I'll keep improving it!
For official releases you can use: https://github.com/hexdae/rules_probe_rs/releases
bazel_dep(name = "rules_probe_rs", version = "<version>") probe_rs = use_extension("@rules_probe_rs//:extensions.bzl", "probe_rs") probe_rs.tools( version = "0.24.0", ) use_repo(probe_rs, "probe_rs")