An array extension (grammatical sugar) to create, iterate and query 1d, 2d array and JSON object.


Keywords
matrix, array, vector, extension, prototype
License
MIT
Install
npm install veho@0.2.24

Documentation

veho

crate documentation minimum rustc 1.48 build status

Iter tool for 1d-array, 2d-array and hashmap in Rust.

Usage

Add this to your Cargo.toml:

[dependencies]
veho = ">=0.0.1"

and this to your crate root:

extern crate veho;

Compatibility

The veho crate is tested for rustc 1.48 and greater.

License

Licensed under