Add float utilities, & float formatting with dragonbox

This commit is contained in:
2024-11-28 23:53:55 +01:00
parent 3dc9bc3a6c
commit 27c3969e69
14 changed files with 4653 additions and 20 deletions

6
vendor/dragonbox/BUILD.bazel vendored Normal file
View File

@ -0,0 +1,6 @@
cc_library(
name = "dragonbox",
hdrs = ["dragonbox.h"],
includes = ["."],
visibility = ["//:__subpackages__"],
)