We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bbb99e commit 602aae0Copy full SHA for 602aae0
justfile
@@ -8,6 +8,9 @@ default:
8
py-build:
9
cd crates/processing_pyo3; uv run maturin develop --release
10
11
+py-stubs: py-build
12
+ cargo run --release -p generate_stubs
13
+
14
py-run file: py-build
15
cd crates/processing_pyo3; uv run python ./examples/{{file}}
16
0 commit comments