# veho
[](https://crates.io/crates/veho)
[](https://docs.rs/veho)
[](https://rust-lang.github.io/rfcs/2495-min-rust-version.html)
[](https://github.com/rust-num/veho/actions)
Iter tool for 1d-array, 2d-array and hashmap in Rust.
## Usage
Add this to your `Cargo.toml`:
```toml
[dependencies]
veho = ">=0.0.1"
```
and this to your crate root:
```rust
extern crate veho;
```
## Compatibility
The `veho` crate is tested for rustc 1.48 and greater.
## License
Licensed under
* [MIT license](http://opensource.org/licenses/MIT)