rssn 0.2.2

A comprehensive scientific computing library for Rust, aiming for feature parity with NumPy, SciPy, and SymPy.
Documentation
1
2
3
4
5
# clippy.toml
# rssn (Scientific Computing Library) -- version 1
# 
# Config to 200 lines as threshold for too many lines because we heavily use vertical formatting for our code
too-many-lines-threshold = 400