readme and test

This commit is contained in:
randogoth 2024-03-01 13:51:42 +02:00
parent faaad93ef4
commit 517b7d55f1
5 changed files with 91 additions and 68 deletions

View file

@ -167,7 +167,7 @@ fn lyagushka(_py: Python, int_list: &PyList, factor: f32, min_cluster_size: usiz
#[pymodule]
fn lyagushka_module(_py: Python, m: &PyModule) -> PyResult<()> {
fn pyagushka(_py: Python, m: &PyModule) -> PyResult<()> {
m.add_function(wrap_pyfunction!(lyagushka, m)?)?;
Ok(())
}