Crates.io | vecfx |
lib.rs | vecfx |
version | 0.1.6 |
source | src |
created_at | 2020-02-06 10:17:33.351595 |
updated_at | 2023-03-07 08:25:26.768241 |
description | Extra batteries for a vec of floats |
homepage | https://github.com/gchemol/vecfx |
repository | https://github.com/gchemol/vecfx |
max_upload_size | |
id | 205447 |
size | 32,791 |
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.