Skip to content

pyk/Crabsformer

Repository files navigation

Crabsformer. Larva Island S01E06

Crabsformer

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

Crabformer min rustc Crabformer crates Crabformer docs Crabformer min rustc

Notice! This project is in early phase. Expect bugs and missing features.

Documentation

Usage

Add this to your Cargo.toml:

[dependencies]
crabsformer = "2019.3.17"

and this to your crate root:

use crabsformer::prelude::*;

To get started using Crabsformer, read the quickstart tutorial.

Development

Clone the repository using the following command:

git clone https://github.com/pyk/Crabsformer.git --depth=1
cd Crabsformer/

To build the project run the following command:

cargo build

To run the unit test run the following command:

cargo test

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.

About

Work in progress: An easy-to-use fundamental library for scientific computing with Rust, highly inspired by NumPy.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages