#版本 #lodash #api

lodust

Rust 版本的 Lodash

3 个版本

0.1.2 2021 年 7 月 18 日
0.1.1 2021 年 7 月 18 日
0.1.0 2021 年 7 月 18 日

8#lodash

MIT 许可协议

9KB
114 代码行数

Lodust - API 文档

Lodust 是 Lodash 的 Rust 版本,Lodash 是一个现代化的 JavaScript 工具库,提供模块化、性能和附加功能。

用法

lodust 中依赖 Cargo.toml

[dependencies]
lodust = "0.1.2"

函数分类

我们遵循 Lodash 的平面函数结构,但函数可以分为以下领域

分类 描述
string 处理字符串的实用函数
array 处理数组的实用函数(尚未支持)
collection 处理集合的实用函数(尚未支持)
object 处理对象的实用函数(尚未支持)

依赖

~2.2–3MB
~53K SLoC