Crates.io | crabsformer |
lib.rs | crabsformer |
version | 2019.3.17 |
source | src |
created_at | 2019-03-08 16:25:19.036116 |
updated_at | 2019-03-27 15:30:59.656968 |
description | Crabsformer is an easy-to-use fundamental library for scientific computing with Rust, highly inspired by NumPy. |
homepage | https://github.com/pyk/crabsformer |
repository | https://github.com/pyk/crabsformer |
max_upload_size | |
id | 119499 |
size | 175,193 |
Crabsformer
Crabsformer is an easy-to-use fundamental library for scientific computing with Rust, highly inspired by NumPy.
Notice! This project is in early phase. Expect bugs and missing features.
Add this to your Cargo.toml
:
[dependencies]
crabsformer = "2019.3.17"
and this to your crate root:
use crabsformer::*;
To get started using Crabsformer, read the quickstart tutorial.
Feel free to start discussion at GitHub issues.
Crabsformer is licensed under the Apache-2.0 license.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in Crabsformer by you, as defined in the Apache-2.0 license, shall be licensed as above, without any additional terms or conditions.