/hatch-rs

Hatch plugin for Rust

Primary LanguagePythonApache License 2.0Apache-2.0

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.