Crates.io | sci_rust |
lib.rs | sci_rust |
version | 0.0.2 |
source | src |
created_at | 2024-09-09 20:32:36.026681 |
updated_at | 2024-09-14 15:38:57.581859 |
description | A scientific Rust library. |
homepage | |
repository | https://github.com/AlmostAnEngineer/sci_rust.git |
max_upload_size | |
id | 1369776 |
size | 10,050 |
SciRust is a scientific computing library written in Rust, aimed at providing tools for numerical computations, linear algebra, statistics, and more. The goal of the project is to create a high-performance, safe, and easy-to-use scientific library in Rust that can be applied in various domains like data science, machine learning, and engineering.
⚠️ This project is currently under active development and is not yet ready for production use. Many features are still being implemented, and the API is subject to change. The current focus is on linear algebra implementation, which forms the foundation for other scientific and machine learning applications. While contributions are welcome, it is important to note that there may be breaking changes as the library evolves. Use at your own risk.
Although the crate is published on crates.io, it is not ready for production use. However, if you'd like to experiment with the current state of the library, you can add it to your Cargo.toml
: