v8 147.3.0

Rust bindings to V8
Documentation
1
2
3
4
5
6
cc_library(
    name = "fast_float",
    hdrs = glob(["include/fast_float/*.h"]),
    strip_include_prefix = "include",
    visibility = ["//visibility:public"],
)