Bring strip_level configuration up to top level (#3434)
This adds a path for configuring `strip_level` in the same way as
`opt_level`. This will allow configuration away from the default of:
```
default = {
"dbg": "none",
"fastbuild": "none",
"opt": "debuginfo",
},
```
through `rust_register_toolchains`.This repository provides rules for building Rust projects with Bazel.
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.