blob: b8d04beaed81f9be3162432d56f747c453507c39 [file]
cc_library(
name = "robin_map",
hdrs = [
"include/tsl/robin_growth_policy.h",
"include/tsl/robin_hash.h",
"include/tsl/robin_map.h",
"include/tsl/robin_set.h",
],
includes = ["."],
strip_include_prefix = "include",
visibility = ["//visibility:public"],
)