mirror of
https://github.com/fastfloat/fast_float.git
synced 2025-12-06 08:46:49 +08:00
10 lines
223 B
Python
10 lines
223 B
Python
"""fast_float number parsing library: 4x faster than strtod"""
|
|
|
|
module(
|
|
name = "fast_float",
|
|
version = "6.1.6",
|
|
compatibility_level = 6,
|
|
)
|
|
|
|
bazel_dep(name = "doctest", version = "2.4.11", dev_dependency = True)
|