<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
```