crabsformer

Crates.iocrabsformer
lib.rscrabsformer
version2019.3.17
sourcesrc
created_at2019-03-08 16:25:19.036116
updated_at2019-03-27 15:30:59.656968
descriptionCrabsformer is an easy-to-use fundamental library for scientific computing with Rust, highly inspired by NumPy.
homepagehttps://github.com/pyk/crabsformer
repositoryhttps://github.com/pyk/crabsformer
max_upload_size
id119499
size175,193
bayu (pyk)

documentation

https://docs.rs/crabsformer/

README

Crabsformer. Larva Island S01E06

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.

Documentation

Usage

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.

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.

Commit count: 67

cargo fmt