rssn 0.2.1

A comprehensive scientific computing library for Rust, aiming for feature parity with NumPy, SciPy, and SymPy.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[kani]
src = "src"
module = "rssn"
jobs = 16

[lib]
crate-name = "rssn"
target-harness = true

[exclude]
crates = [
    "pulp",
    "private_gemm_x86",
    "faer"
]