vecfx 0.2.0

Extra batteries for a vec of floats
Documentation
1
2
3
4
5
6
7
8
9
10
11

# vecfx: extra batteries for a vec of floats

[![Build Status](https://travis-ci.org/ybyygu/vecfx.svg?branch=master)](https://travis-ci.org/ybyygu/vecfx)
[![GPL3 licensed](https://img.shields.io/badge/license-GPL3-blue.svg)](./LICENSE)

Rust's ecosystem system is not perfect for scientific computation yet. To reduce
the growing pains, a safe choice is sticking to the standard types for public
interfacing. This crate provides the extra powers of Vec/Array/slice type for
simple computation, enabled by Rust's trait system.