servicepoint/crates/servicepoint_binding_py/Makefile
2024-09-12 22:02:23 +02:00

5 lines
114 B
Makefile

.phony:
build:
maturin develop
python -c "import servicepoint as s; print(dir(s)); print(dir(s.rust_bindings))"