• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# TODO(donnadionne): describe this package.
2cc_library(
3    name = "xxhash",
4    hdrs = [
5        "xxhash.h",
6    ],
7    # Must specify the includes so that the header file can be found.
8    includes = [
9        "",
10    ],
11    visibility = ["//visibility:public"],
12)
13