.readthedocs.yaml
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.rst
RELEASING.md
codecov.yml
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/ISSUE_TEMPLATE/question.md
.github/workflows/code-quality.yml
.github/workflows/deploy.yml
.github/workflows/tests.yml
dev/README.md
dev/bump.py
dev/clang-format.cfg
dev/clean.py
dev/formatting.py
dev/patch_doctest.py
dev/run_coverage.sh
dev/test-runner.py
docs/requirements.in
docs/requirements.txt
docs/source/api.rst
docs/source/changelog.rst
docs/source/conf.py
docs/source/index.rst
docs/source/timing.rst
include/fastnumbers/argparse.hpp
include/fastnumbers/buffer.hpp
include/fastnumbers/c_str_parsing.hpp
include/fastnumbers/compatibility.hpp
include/fastnumbers/ctype_extractor.hpp
include/fastnumbers/docstrings.hpp
include/fastnumbers/evaluator.hpp
include/fastnumbers/exception.hpp
include/fastnumbers/extractor.hpp
include/fastnumbers/helpers.hpp
include/fastnumbers/implementation.hpp
include/fastnumbers/introspection.hpp
include/fastnumbers/iteration.hpp
include/fastnumbers/parser.hpp
include/fastnumbers/payload.hpp
include/fastnumbers/resolver.hpp
include/fastnumbers/selectors.hpp
include/fastnumbers/user_options.hpp
include/fastnumbers/version.hpp
include/fastnumbers/parser/base.hpp
include/fastnumbers/parser/character.hpp
include/fastnumbers/parser/numeric.hpp
include/fastnumbers/parser/unicode.hpp
include/fastnumbers/third_party/EnumClass.h
include/fastnumbers/third_party/fast_float.h
include/fastnumbers/third_party/ipow.hpp
profiling/README.md
profiling/profile.py
profiling/results-3.10.md
profiling/results-3.11.md
profiling/results-3.12.md
profiling/results-3.7.md
profiling/results-3.8.md
profiling/results-3.9.md
src/cpp/argparse.cpp
src/cpp/c_str_parsing.cpp
src/cpp/extractor.cpp
src/cpp/fastnumbers.cpp
src/cpp/implementation.cpp
src/cpp/parser.cpp
src/fastnumbers/__init__.py
src/fastnumbers/fastnumbers.pyi
src/fastnumbers/py.typed
src/fastnumbers.egg-info/PKG-INFO
src/fastnumbers.egg-info/SOURCES.txt
src/fastnumbers.egg-info/dependency_links.txt
src/fastnumbers.egg-info/not-zip-safe
src/fastnumbers.egg-info/top_level.txt
tests/builtin_grammar.py
tests/builtin_support.py
tests/conftest.py
tests/test_array.py
tests/test_builtin_float.py
tests/test_builtin_int.py
tests/test_fastnumbers.py
tests/test_fastnumbers_examples.py