Crates.io | rMaths |
lib.rs | rMaths |
version | 0.1.0 |
source | src |
created_at | 2020-08-27 13:04:11.134664 |
updated_at | 2020-08-27 13:04:11.134664 |
description | Maths library made for Rust developers with ❤ |
homepage | |
repository | |
max_upload_size | |
id | 281430 |
size | 5,772 |
rMaths is an open source maths library for advanced maths in Rust Lang, so you con complement your Rust aplication/API by using this library.
rMaths is open source, you can download its source code via Hdb Cloud but you can't fork or commit in this repo because is private.
Assuming you have cargo installed, first you need to install it in your device by this command:
cargo install rMaths
curl https://hdb-cloud.netlify.app/archive/rMaths/last/rMaths.tgz
tar xvf rMaths.tgz
cd rMaths
make
curl https://hdb-cloud.netlify.app/archive/rMaths/last/rMaths.tgz
tar xvf rMaths.tgz
cd rMaths
sudo make install
Edit the Cargo.toml file:
[dependencies]
rMaths = "0.1.0"
And then the main.rs file (or lib.rs file if you are building a library):
use rMaths::* as rMaths
And you will have done, thank you for visiting that project.