lodust 0.1.0

Rust version of Lodash
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies]

[package]
authors = ["Chris Liu <chrisliupascal@gmail.com>"]
description = "Rust version of Lodash"
documentation = "https://docs.rs/lodust"
edition = "2018"
include = ["Cargo.toml", "src/**/*"]
license = "MIT"
name = "lodust"
readme = "README.md"
repository = "https://github.com/nighostchris/lodust/"
version = "0.1.0"