crabsformer 2019.3.8

Crabsformer is an easy-to-use fundamental library for scientific computing with Rust, highly inspired by NumPy.
Documentation

Crabsformer

Crabsformer 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]
crabsformer = "2019.3.8"

and this to your crate root:

extern crate crabsformer;

// Import all required traits
use crabsformer::prelude::*;

To get started using Crabsformer, read the quickstart tutorial.

Getting help

Feel free to start discussion at GitHub issues.

License

Crabsformer is licensed under the Apache-2.0 license.

Contribution

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.