Skip to content

python-project-templates/hatch-rs

Repository files navigation

hatch rs

Hatch plugin for Rust builds

Build Status codecov License PyPI

Overview

A simple, extensible Rust build plugin for hatch.

[tool.hatch.build.hooks.hatch-rs]
verbose = true
path = "."
module = "project"

Note

This library was generated using copier from the Base Python Project Template repository.