readme, optimizations

This commit is contained in:
randogoth 2025-01-17 22:08:46 +02:00
parent f21804ffaf
commit b4c2e5ea9b
5 changed files with 215 additions and 22 deletions

View file

@ -14,4 +14,8 @@ pyo3 = {version = "0.23.4", optional = true}
statrs = "0.18.0"
[features]
python = ["dep:pyo3"]
python = ["dep:pyo3"]
[[bin]]
name="onod3000"
file="src/bin/main.rs"