highdash 0.0.1

A lodash alternative for Rust. Great package for people coming from Javascript
Documentation
1
2
3
4
mod data;
mod structs;
pub use data::{get_sample_users_array_1, get_sample_users_vector_1};
pub use structs::TestStructUser;