Back to Daft

Hello Native Extension

examples/hello/README.md

0.7.10259 B
Original Source

Hello Native Extension

A minimal Daft native extension example. See the extension guide for details.

Quick start

bash
# Install the extension in the project .venv
uv pip install -e .

# Run the tests!
pytest -v