rusticle 2.0.2

High-performance Rust library for numerical computing.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<h1 align="center">Rusticle</h1>
<p align="center">High-performance Rust library for numerical computing, built with power and simplicity.</p>

## Installation

Add `rusticle` to your `Cargo.toml`:
```toml
[dependencies]
rusticle = "2.0.0" 
```

Or simple run this in your terminal
```bash
cargo add rusticle
```