statoxide 0.2.2

High-performance statistical computing library written in Rust, exposed to Python via PyO3
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "statoxide"
version.workspace = true
edition.workspace = true
authors.workspace = true
description.workspace = true
license.workspace = true
repository.workspace = true
readme.workspace = true
keywords.workspace = true
categories.workspace = true

[dependencies]