pub fn render_build_bazel(manifest: &Manifest) -> String
Render a typed Manifest to a BUILD.bazel file body. One rust_library or rust_binary call per workspace member, plus rust_test for the integration tests when present.
rust_library
rust_binary
rust_test