10 releases (5 stable)
2019.3.13 | Mar 2, 2019 |
---|---|
2019.3.3 | Mar 1, 2019 |
2018.3.2 |
|
0.1.5 | Mar 1, 2019 |
0.1.2 | Feb 24, 2019 |
#24 in #renamed
30 downloads per month
43KB
1.5K
SLoC
Gulali
Gulali is an easy-to-use fundamental library for scientific computing with Rust, highly inspired by NumPy.
Documentation:
Usage
Add this to your Cargo.toml
:
[dependencies]
gulali = "2019.3.4"
and this to your crate root:
extern crate gulali;
// Import all required traits
use gulali::prelude::*;
To get started using Gulali, read the quickstart tutorial.
Getting help
Feel free to start discussion at GitHub issues.
License
Gulali is licensed under the Apache-2.0 license.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in Gulali by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.