oscirs (pronounced like the Egyptian deity Osiris) is my attempt at a scientific computing environment for Rust. The goal of this project is to keep syntax intuitive and usable, not to offer the best performance possible and deepest featureset for each subcrate. If you need more power for a specific problem, I highly recommend using another crate specifically designed for that problem. Below are some overviews of the functionality offered by various subcrates. Please refer to their respective README files for example syntax.
This crate focuses on Linear Algebra via the Matrix
struct.
This crate focuses on plotting data
This crate focuses on statistical analysis.