Skip to main content

render_build_bazel

Function render_build_bazel 

Source
pub fn render_build_bazel(manifest: &Manifest) -> String
Expand description

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.