Python bindings for rustic, built with maturin.
The dev workspace references rustic-py as an editable path dependency. To build and install it:
cd dev
uv syncuv will automatically invoke maturin to compile the Rust extension and install it into the workspace's virtual environment.
To rebuild after making changes to the Rust code:
cd dev
uv sync --reinstall-package rustic-py