cxx 1.0.61

Safe interop between Rust and C++
Documentation
1
2
3
4
5
6
7
load("@bazel_skylib//:bzl_library.bzl", "bzl_library")

bzl_library(
    name = "bzl_srcs",
    srcs = glob(["**/*.bzl"]),
    visibility = ["//visibility:public"],
)