This crate corresponds to the Node API for Dora.
To build the Python module for development:
uv venv --seed -p 3.11 uv run pip install -e .
Type hinting requires to run a second step
python generate_stubs.py dora dora/__init__.pyi maturin develop