.clang-format
.clang-tidy
.gitignore
.pytest.toml
.ruff.toml
.rumdl.toml
README.md
UNLICENSE
cibuildwheel.toml
pyproject.toml
setup.py
ty.toml
.github/dependabot.yaml
.github/workflows/ci.yaml
benchmark/README.md
benchmark/run.py
benchmark/uuid7-compact.svg
benchmark/uuid7.svg
py-src/c_uuid_v7/__init__.py
py-src/c_uuid_v7/_core.pyi
py-src/c_uuid_v7/_version.py
py-src/c_uuid_v7/py.typed
py-src/c_uuid_v7.egg-info/PKG-INFO
py-src/c_uuid_v7.egg-info/SOURCES.txt
py-src/c_uuid_v7.egg-info/dependency_links.txt
py-src/c_uuid_v7.egg-info/top_level.txt
py-src/c_uuid_v7/compat/__init__.py
src/getrandom.c
src/getrandom.h
src/lib.c
src/random.c
src/random.h
src/simd.h
src/hex/hex.c
src/hex/hex.h
src/hex/table.c
tests/__init__.py
tests/test_uuid7.py