rust-roche 0.1.4

Rust translation of Tom Marsh's cpp-roche package for modelling Roche distorted stars/binary systems.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[build-system]
requires = ["maturin>=1.8,<2.0"]
build-backend = "maturin"

[project]
name = "roche"
version = "0.1.4"
requires-python = ">=3.8"

[tool.maturin]
features = ["pyo3/extension-module"]
cargo-extra-args = "--features extension-module"