rustgn

11 commits
Updated 2026-05-09 17:23:41
binaries/hello_world_rs
binaries/hello_world_rs/BUILD.gn
rust_executable("hello_world_rs") {
  sources = [ "src/main.rs" ]
  crate_root = "src/main.rs"

  deps = [ "//libraries/hello_rs", "//libraries/hello_macro(//build/toolchain:build)" ]
}